Generates outpatient and inpatient visit keys and stores them in the database.
1 2 3 4 5 6 7 | add_time_map_keys_delay(
collect_tab = collect_table(),
db_con,
db_path,
overwrite = FALSE,
temporary = TRUE
)
|
collect_tab |
A tibble with the specific setting (i.e. inpatient or outpatient), source (i.e. ccae or mdcr), and year to access. Default is all possible combinations of setting, source, and year |
db_con |
The database connection |
db_path |
Path to the database |
overwrite |
Option to overwrite outpatient and inpatient key datasets if already present in database. Default is FALSE. |
temporary |
Option to store the outpatient and inpatient key datasets in the database temporarily or permanently. Default is temporary |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.