View source: R/BackendDatabase.R
createDataModelOnServer | R Documentation |
Create the data model tables on a database server.
createDataModelOnServer(
connection = NULL,
connectionDetails = NULL,
schema,
sqlFileName,
package = "LegendT2dm"
)
connection |
An object of type |
connectionDetails |
An object of type |
schema |
The schema on the postgres server where the tables will be created. |
sqlFileName |
File name of table creation SQL within |
package |
Package name containing the |
Only PostgreSQL servers are supported.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.