View source: R/cto_dataset_info.R
| cto_dataset_info | R Documentation |
Retrieves detailed metadata for a specific dataset, including its configuration, schema, and status.
cto_dataset_info(id)
id |
String. The unique identifier of the dataset. |
A list containing the dataset properties.
Other Dataset Management Functions:
cto_dataset_create(),
cto_dataset_delete(),
cto_dataset_download(),
cto_dataset_list()
## Not run:
ds_info <- cto_dataset_info(id = "hh_data")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.