row_counts: Compute row counts for supplied list of tables

Description Usage Arguments Value See Also Examples

View source: R/row_counts.R

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

1
row_counts(listOfTblRefs)

Arguments

listOfTblRefs

A list of tibbles.

Value

A tibble containing the table names and their row counts.

See Also

omopr_init, concept_names

Examples

1
2
3
4
con = omopr:::dummy_con() # dummy connection to allow example to run

tRefs = omopr_init(con)
row_counts(tRefs)

omopr documentation built on July 1, 2020, 8:03 p.m.