Package: workspace 0.1.6
workspace: Manage Collections of Datasets and Objects
Create, store, read and manage structured collections of datasets and other objects using a 'workspace', then bundle it into a compressed archive. Using open and interoperable formats makes it possible to exchange bundled data from 'R' to other languages such as 'Python' or 'Julia'. Multiple formats are supported 'Parquet', 'JSON', 'yaml', spatial data and raster data are supported.
Authors:
workspace_0.1.6.tar.gz
workspace_0.1.6.zip(r-4.7)workspace_0.1.6.zip(r-4.6)workspace_0.1.6.zip(r-4.5)
workspace_0.1.6.tgz(r-4.6-any)workspace_0.1.6.tgz(r-4.5-any)
workspace_0.1.6.tar.gz(r-4.7-any)workspace_0.1.6.tar.gz(r-4.6-any)
workspace_0.1.6.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
workspace/json (API)
NEWS
| # Install 'workspace' in R: |
| install.packages('workspace', repos = c('https://ardata-fr.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/ardata-fr/workspace/issues
Last updated from:48026164a7. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 171 | ||
| source / vignettes | OK | 202 | ||
| linux-release-x86_64 | OK | 157 | ||
| macos-release-arm64 | OK | 114 | ||
| macos-oldrel-arm64 | OK | 164 | ||
| windows-devel | OK | 111 | ||
| windows-release | OK | 111 | ||
| windows-oldrel | OK | 103 | ||
| wasm-release | OK | 107 |
Exports:delete_datasetlist_object_in_workspacenew_workspacepack_workspaceread_dataset_in_workspaceread_json_str_in_workspaceread_raster_in_workspaceread_rds_in_workspaceread_timestampread_yaml_in_workspacerm_object_in_workspacestore_datasetstore_jsonstore_rasterstore_rdsstore_yamlunpack_workspaceworkspace_bindworkspace_copy
Dependencies:arrowassertthatbitbit64clicpp11dplyrgenericsgluelifecyclemagrittrpillarpkgconfigpurrrR6rlangstringitibbletidyselectutf8vctrswithryamlzip
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Delete a dataset from a workspace | delete_dataset |
| List Objects in a Workspace | list_object_in_workspace |
| Create a new workspace | new_workspace |
| Pack a workspace | pack_workspace |
| Read a Table from a Workspace. | read_dataset_in_workspace |
| Read JSON String from a Workspace. | read_json_str_in_workspace |
| Read a raster from a workspace | read_raster_in_workspace |
| Read an R Object from a Workspace. | read_rds_in_workspace |
| Read Timestamp associated with an object in a workspace. | read_timestamp |
| Read YAML Object from a Workspace. | read_yaml_in_workspace |
| Remove an Object in a Workspace | rm_object_in_workspace |
| Store a dataset into a workspace | store_dataset |
| Store a JSON string in a workspace | store_json |
| Store a raster dataset in a workspace | store_raster |
| Store an RDS file in a workspace | store_rds |
| Store a list as YAML in a workspace | store_yaml |
| Unpack a workspace | unpack_workspace |
| Manage Collections of Datasets and Objects | workspace-package workspace |
| Bind a Workspace into Another Workspace | workspace_bind |
| Clone a Workspace | workspace_copy |
