ridl_browse.RIDLContainer | R Documentation |
Browse a RIDL object
## S3 method for class 'RIDLContainer'
ridl_browse(x, ...)
## S3 method for class 'RIDLDataset'
ridl_browse(x, ...)
## S3 method for class 'RIDLResource'
ridl_browse(x, ...)
ridl_browse(x, ...)
## Default S3 method:
ridl_browse(x, ...)
x |
an RIDL object |
... |
Extra parameters |
Character Tags of the dataset
## Not run:
# Setting the config to use RIDL default server
ridl_config_set()
res <- ridl_dataset_search(rows = 3L)
ridl_browse(res[[1]])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.