rowCountHistory: Row Counts

Description Usage Arguments Details Value See Also

View source: R/rowCountHistory.R

Description

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".

Usage

1
2
3
4
5
6
7
8
9
rowCountHistory(
  conn,
  writeDatabaseSchema,
  vocabularyTable,
  drugExposureIngredientTable,
  cohortTable,
  regimenTable,
  regimenIngredientTable
)

Arguments

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

DETAILS

Value

A named list of data frames with counts for each respective argument.

See Also

map_names_set lsTables,query,renderRowCount map2,set_names,map bind,select_all


meerapatelmd/OncoRegimenFinder documentation built on Jan. 1, 2021, 9:25 a.m.