Description Usage Arguments Details Value See Also
View source: R/rowCountHistory.R
This function takes the names of each of the table arguments for runORF
, finds all the tables matching the name with or without the appended date in the format "YYYY_mm_dd".
1 2 3 4 5 6 7 8 9 | rowCountHistory(
conn,
writeDatabaseSchema,
vocabularyTable,
drugExposureIngredientTable,
cohortTable,
regimenTable,
regimenIngredientTable
)
|
conn |
Database connection object |
writeDatabaseSchema |
Schema where tables are written |
vocabularyTable |
Vocabulary Table |
drugExposureIngredientTable |
Drug Exposure Table |
cohortTable |
Cohort Table |
regimenTable |
Regimen Table |
regimenIngredientTable |
Regimen Ingredient Table |
DETAILS
A named list of data frames with counts for each respective argument.
map_names_set
lsTables
,query
,renderRowCount
map2
,set_names
,map
bind
,select_all
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.