GetDataStore | R Documentation |
Returns information about a particular data store.
GetDataStore(dataStoreId)
dataStoreId |
character. The id of the data store. |
A list containing information on the particular data store:
id character. The dataStoreId of the data store.
canonicalName character. The user-friendly name of the data store.
type character. The type of data store.
updated datetime. A timestamp for the last time the data store was updated.
creator character. The userId of the user who created the data store.
params list. A list specifying the data store parameters.
## Not run:
dataStoreId <- "5c1303269300d900016b41a7"
GetDataStore(dataStoreId)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.