GetDataStoreSchemas | R Documentation |
Get the schemas associated with a data store.
GetDataStoreSchemas(dataStoreId, username, password)
dataStoreId |
character. The ID of the data store to update. |
username |
character. The username to use for authentication to the database. |
password |
character. The password to use for authentication to the database. The password is encrypted at server side and never saved or stored. |
A list with the name of the catalog and the name of the schemas.
## Not run:
dataStoreId <- "5c1303269300d900016b41a7"
GetDataStoreSchemas(dataStoreId, username = "myUser", password = "mySecurePass129")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.