Description Usage Arguments Value
Sets up a collection tibble for holding and distributing queries across a rand of tables in the database
1 2 3 4 5 | collect_table(
settings = c("inpatient", "outpatient"),
sources = c("ccae", "mdcr"),
years = NULL
)
|
settings |
"inpatient", "outpatient" or c("inpatient","outpatient") |
sources |
"ccae" or "mdcr" or c("ccae","mdcr") |
years |
vector of years to collect. Note: if no argument is provided all years will be selected |
A tibble with all possible combinations of setting, source, and year
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.