reads (json)-index file about all versioned data-objects from specified datastore

ds_read_index(ds)

Arguments

ds

path to datastore

Value

a list containing the following elements

  • last_indexed: timestamp

  • datasets: the name of the datasets that are versioned

  • info: a data.frame containing information about all versioned data-objects

Examples

## not yet