row_counts: Compute row counts for supplied list of tables
Description
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.
Usage
row_counts(listOfTblRefs)
Arguments
listOfTblRefs
A list of tibbles.
Value
A tibble containing the table names and their row counts.