collect_table: Sets up a collection tibble for holding and distributing...

Description Usage Arguments Value

Description

Sets up a collection tibble for holding and distributing queries across a rand of tables in the database

Usage

1
2
3
4
5
collect_table(
  settings = c("inpatient", "outpatient"),
  sources = c("ccae", "mdcr"),
  years = NULL
)

Arguments

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

Value

A tibble with all possible combinations of setting, source, and year


aarmiller/delayDX documentation built on July 11, 2021, 4:01 p.m.