View source: R/create_netezza_queries_v2.R
Function to create covariates table over DBI with javaODBC for Netezza,with option to set ancestor concept_id table name Last updated: 2021-03-09
1 2 3 4 5 6 7 8 9 | create_netezza_queries_v2(
drug_concept_id,
biomarker_concept_id,
table_name,
table_type,
ancestor_table,
conn,
...
)
|
drug_concept_id |
A string |
biomarker_concept_id |
A string |
table_name |
A string |
table_type |
A string, either c("covariates", "drugs", "biomarkers") |
ancestor_table |
A string, eg, "antihypertensive_drugs_ancestor_tbl_20210308151236" |
conn |
A variable |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.