Description Usage Arguments Value
View source: R/get_cpt_functions.R
Return inpatient core information for a specific list of cpt codes
1 2 3 4 5 6 7 | gether_proc_data_inpatient(
table_name,
cpt_codes,
proc_vars = c(),
db_path,
collect_n = Inf
)
|
table_name |
The specific inpatient core table to access |
cpt_codes |
The cpt codes of interest |
proc_vars |
List of variables to return |
db_path |
Path to the database |
collect_n |
The number of observations to return. Default in Inf |
A tibble with cpt code of interest for the specified list of variables
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.