ds_info

ds_info(ds, verbose = TRUE)

Arguments

ds

path to datastore

verbose

(logical) if TRUE, additional messages will be printed to prompt

Value

a list with the following elements

  • ds_name: name of the datastore

  • created_at: timestamp when the datastore has been created

  • datastore_path: path to the root of the datastore

  • datasets: names of data objects for which at least one version is stored in the datastoreNA

  • nr_datasets: number of different data objects available from the datastore

  • nr_files: number of datafiles stored

Examples

## not yet