ridl_dataset_container_get.RIDLDataset | R Documentation |
Get the container where the data is share
## S3 method for class 'RIDLDataset'
ridl_dataset_container_get(dataset)
## S3 method for class 'RIDLDataset'
rd_container_get(dataset)
ridl_dataset_container_get(dataset)
## Default S3 method:
ridl_dataset_container_get(dataset)
rd_container_get(dataset)
## Default S3 method:
rd_container_get(dataset)
dataset |
RIDLDataset, the dataset |
A RIDLContainer
## Not run:
# Setting the config to use RIDL default server
res <- ridl_dataset_search(rows = 3L, visibility = "public")
ridl_container_get(res[[1]])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.