row_counts {omopr} | R Documentation |
This function accepts a list of tibbles (such as returned by
omopr_init
) and computes the number of rows of data for
each, returning the result as a tibble.
row_counts(listOfTblRefs)
listOfTblRefs |
A list of tibbles. |
A tibble containing the table names and their row counts.
con = omopr:::dummy_con() # dummy connection to allow example to run tRefs = omopr_init(con) row_counts(tRefs)