ds_add.Rdadd a dataset to a datastore
ds_add(ds, obj, ds_name, version)
| 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 |
TRUE if the data-object was successfully added to the datastore
## not yet