CreateDataStore | R Documentation |
Create a data store.
CreateDataStore(type, canonicalName, driverId, jdbcUrl)
type |
character. The type of data store. |
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:
CreateDataStore(type = "jdbc",
canonicalName = "Demo DB",
driverId = "57a7c978c808916f4a630f89",
jdbcUrl = "jdbc:postgresql://my.db.address.org:5432/my_db")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.