ds_remove

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

Arguments

ds

path to datastore

ds_name

name of data-object for which a specific version should be removed

version

(number) version of data-object; if NULL, all versions will be removed

verbose

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

Value

NULL

Examples

## not yet