ridl_clone.RIDLContainer | R Documentation |
Copy metadata from a RIDL object
## S3 method for class 'RIDLContainer'
ridl_clone(x, configuration = NULL)
## S3 method for class 'RIDLDataset'
ridl_clone(x, configuration = NULL)
## S3 method for class 'RIDLResource'
ridl_clone(x, configuration = NULL)
ridl_clone(x, configuration)
## Default S3 method:
ridl_clone(x, configuration)
x |
an RIDL object |
configuration |
RIDLConfig, the configuration |
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_clone(res[[1]])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.