Description Usage Arguments Details Value
The key used as a hash for the caching feature.
1 2 3 4 5 6 7 8 9 10 | get_VersionKey(
conn,
conn_fun = "pg13::local_connect(verbose=FALSE)",
schema = "omop_vocabulary",
log_schema = "public",
log_table = "setup_athena_log",
log_timestamp_field = "sa_datetime",
template_only = FALSE,
sql_only = FALSE
)
|
conn |
PARAM_DESCRIPTION |
conn_fun |
PARAM_DESCRIPTION, Default: 'pg13::local_connect(verbose=FALSE)' |
schema |
PARAM_DESCRIPTION, Default: 'omop_vocabulary' |
log_schema |
PARAM_DESCRIPTION, Default: 'public' |
log_table |
PARAM_DESCRIPTION, Default: 'setup_athena_log' |
log_timestamp_field |
PARAM_DESCRIPTION, Default: 'sa_datetime' |
template_only |
PARAM_DESCRIPTION, Default: FALSE |
sql_only |
PARAM_DESCRIPTION, Default: FALSE |
If a 'log table' is present as written using the 'setupAthena' package, the VersionKey class object is returned using the last row. If the 'log_table' is not found, the VersionKey is created from a list of the vocabulary_id-vocabulary_version key-value pair from the Vocabulary table.
OUTPUT_DESCRIPTION
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.