Description Usage Arguments Details
This function populates all Vocabulary tables with data in csv files.
1 | LoadVocabFromCsv(connectionDetails, vocabDatabaseSchema, vocabFileLoc)
|
connectionDetails |
An R object of type |
vocabDatabaseSchema |
The name of the database schema that will contain the Vocabulary tables. Requires read and write permissions to this database. On SQL Server, this should specifiy both the database and the schema, so for example 'cdm_instance.dbo'. |
vocabFileLoc |
The location of the vocabulary csv files. |
This function assumes createCDMTables()
has already been run.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.