Description Usage Arguments Examples
Function to stratify a metric from an input dataset by race/ethnicity, primary language, and payer type.
1 | screen_demos(table, metric, qmr_con, datamart = TRUE)
|
table |
Either datamart name or R dataframe |
metric |
Metric to be stratified |
qmr_con |
QMR_DEV connection name |
datamart |
Logical indicating if table argument is a datamart in |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | ## Not run:
# Make sure you have a connection to \code{QMR_DEV} established
screen_demos(table = "FACT_KARABOTS_BREASTFEEDING",
metric = "BREASTFED_ONLY_IND",
qmr_con = qmr_dev)
## End(Not run)
## Not run:
# Make sure you have a connection to \code{QMR_DEV} established
screen_demos(table = "your_data_frame",
metric = "column_in_dataframe",
qmr_con = qmr_dev,
datamart = FALSE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.