add_time_map_keys_delay: Generates outpatient and inpatient visit keys and stores them...

Description Usage Arguments

Description

Generates outpatient and inpatient visit keys and stores them in the database.

Usage

1
2
3
4
5
6
7
add_time_map_keys_delay(
  collect_tab = collect_table(),
  db_con,
  db_path,
  overwrite = FALSE,
  temporary = TRUE
)

Arguments

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


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