View source: R/CreateNotenlpCovariateSettings.R
Create a covariateSettings object for constructing covariates from the note_nlp table in the OMOP CDM.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | createNotenlpCovariateSettings(
useNotenlpData = TRUE,
startDay = -30,
endDay = 0,
analysisId = 998,
note_databaseschema = "cdm",
note_tablename = "note",
notenlp_databaseschema = "cdm",
notenlp_tablename = "note_nlp",
filter_select_domains = "",
filter_include_nonexist = FALSE,
filter_include_temporal = FALSE,
filter_only_standard = FALSE,
covariateDataSave = "",
covariateDataLoad = ""
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.