View source: R/pull_tables_get.R
get_proc_dates | R Documentation |
This function collects dates for procedures
get_proc_dates(
source,
year,
proc_codes,
setting = "inpatient",
tbl_vars = NULL,
db_con,
collect_n = Inf
)
source |
ccae, mdcr or medicaid |
year |
year |
proc_codes |
vector of procedure codes to pull visits for |
setting |
"inpatient" or "outpatient" |
tbl_vars |
names of variables to pull from corresponding tables. If NULL all tables |
db_con |
a connection to a database, |
collect_n |
the number of rows to collect |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.