ds_exists

ds_exists(ds, ds_name, version = NULL, verbose = TRUE)

Arguments

ds

path to datastore

ds_name

name of data-object

version

specific version of data-object to query; if NULL, it is checked if the object is versioned at least one time.

verbose

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

Value

TRUE if the data-object is available from the datastore given by argument ds or FALSE else.

Examples

## not yet