
Last chance! 50% off unlimited learning
Sale ends in
Update a data store.
UpdateDataStore(dataStoreId, canonicalName = NULL, driverId = NULL,
jdbcUrl = NULL)
character. The ID of the data store to update.
character. The user-friendly name of the data store.
character. The ID of the driver to use.
character. The full JDBC url.
# NOT RUN {
dataStoreId <- "5c1303269300d900016b41a7"
UpdateDataStore(dataStoreId, canonicalName = "Different Name")
# }
Run the code above in your browser using DataLab