ds_staged_table_exists: Does the Drug Strength Staged table exist?

Description Usage Arguments See Also

View source: R/ds_join.R

Description

Checks for the existence of the Drug Strength Staged table, which is a prerequisite for any 'ds_join_*' functions. If it does not exist, it can be written using ds_process followed by ds_stage.

Usage

1
2
3
4
5
ds_staged_table_exists(
  conn,
  conn_fun = "connectAthena()",
  ds_schema = "patelm9"
)

Arguments

ds_schema

Schema for the Drug Strength Staged table, Default: 'patelm9'

See Also

parse_expr ls_tables


patelm9/chariot documentation built on Feb. 19, 2022, 11:29 a.m.