UpdateDataStore | R Documentation |
Update a data store.
UpdateDataStore(
dataStoreId,
canonicalName = NULL,
driverId = NULL,
jdbcUrl = NULL
)
dataStoreId |
character. The ID of the data store to update. |
canonicalName |
character. The user-friendly name of the data store. |
driverId |
character. The ID of the driver to use. |
jdbcUrl |
character. The full JDBC url. |
## Not run:
dataStoreId <- "5c1303269300d900016b41a7"
UpdateDataStore(dataStoreId, canonicalName = "Different Name")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.