View source: R/makeHarmonizationBook.R
Get the variables from a Opal table and dump a book of R markdown templates, ready for the including derivation code chunks and harmonization status.
1 2 3 4 5 6 7 8 9 10 |
opal |
Opal connection object. |
project |
Project name where the table is located. |
table |
Table name from which the data dictionary should be extracted. |
taxonomy |
Taxonomy name to group variables by vocabularies and terms. |
vocabularies |
Vocabularies that shall be included, default is all (NULL value). |
locale |
The locale in which the labels should be extracted (default is "en"). |
outDir |
Output folder where the R markdown files will be produced (default is '_harmobook' folder in the current working directory). Also used to find R markdown templates (in the '_templates' subfolder); if non is found the 'harmor' package default ones will be used. |
outFiles |
Names of the output files, idenitified by "domains" or "index". |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.