createNotenlpCovariateSettings: createNotenlpCovariateSettings

Description Usage

View source: R/CreateNotenlpCovariateSettings.R

Description

Create a covariateSettings object for constructing covariates from the note_nlp table in the OMOP CDM.

Usage

 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 = ""
)

mi-erasmusmc/Triton documentation built on Feb. 15, 2022, 10:37 a.m.