add a dataset to a datastore

ds_add(ds, obj, ds_name, version)

Arguments

ds

path to datastore

obj

the R-data object that should be put into the datastore

ds_name

name of data-object

version

(number) version of data-object

Value

TRUE if the data-object was successfully added to the datastore

Examples

## not yet