Description Usage Arguments Details Value
View source: R/client_api_scaffold.R
Gets a dataset.
1 | get_dataset(name = NULL, workspace = NULL, id = NULL)
|
name |
Name of the dataset. This parameter cannot be provided alongside id. |
workspace |
Workspace under which the dataset with name name exists. If not provided, the current |
id |
ID of the dataset. This parameter cannot be provided alongside name. |
.. versionchanged:: 0.16.0 The dataset versioning interface was overhauled.
:class:'verta._dataset_versioning.dataset.Dataset'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.