powered by
Test the database connection to the data store.
TestDataStore(dataStoreId, username, password)
character. The ID of the data store to update.
character. The username to use for authentication to the database.
character. The password to use for authentication to the database. The password is encrypted at server side and never saved or stored.
TRUE if successful, otherwise it will error.
# NOT RUN { dataStoreId <- "5c1303269300d900016b41a7" TestDataStore(dataStoreId, username = "myUser", password = "mySecurePass129") # }
Run the code above in your browser using DataLab