Description Usage Arguments Details Examples
Initialize hivTestStudyCharacterization Study Tables
1 | init(connectionDetails, targetDatabaseSchema, tablePrefix = "")
|
connectionDetails |
An object of type |
targetDatabaseSchema |
The schema to contain the study results tables |
tablePrefix |
A prefix to add to the study tables |
This function initializes the hivTestStudy Characterization Study tables.
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
connectionDetails <- DatatbaseConnector:: createConnectionDetails(dbms = "postgresql",
user = "joe",
password = "secret",
server = "myserver")
execute(connectionDetails,
targetDatabaseSchema = "studyDB.endoStudy",
tablePrefix="endo_")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.