Description Usage Arguments Value
View source: R/define_observation_period.R
Define observation period window Last updated: 2020-06-22
1 2 3 4 5 6 7 8 9 10 11 12 13 | define_observation_period(
drug_name,
medications,
covariates,
num_observation_time,
str_observation_time,
str_observation_time_controls,
num_rxcui_ingr,
cols_adr_exposure,
cols_start_end,
cols_selected,
cols_obs_controls
)
|
drug_name |
A string |
medications |
A tibble |
covariates |
A tibble |
num_observation_time |
A number |
str_observation_time |
A string |
num_rxcui_ingr |
A number |
cols_adr_exposure |
A vector |
cols_start_end |
A vector |
cols_selected |
A vector |
cols_obs_controls |
A vector |
A tibble observation_period
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.