Copy metadata from a RIDL object
Source:R/container.R
, R/dataset.R
, R/resource.R
, and 1 more
ridl_clone.Rd
Copy metadata from a RIDL object
Usage
# S3 method for RIDLContainer
ridl_clone(x, configuration = NULL)
# S3 method for RIDLDataset
ridl_clone(x, configuration = NULL)
# S3 method for RIDLResource
ridl_clone(x, configuration = NULL)
ridl_clone(x, configuration)
# S3 method for default
ridl_clone(x, configuration)
Examples
if (FALSE) {
# Setting the config to use RIDL default server
ridl_config_set()
res <- ridl_dataset_search(rows = 3L)
ridl_clone(res[[1]])
}