Skip to contents

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)

Arguments

x

an RIDL object

configuration

RIDLConfig, the configuration

Value

Character Tags of the dataset

Examples

if (FALSE) {

 # Setting the config to use RIDL default server
 ridl_config_set()
 res <- ridl_dataset_search(rows = 3L)
 ridl_clone(res[[1]])
}