aou_tables {allofus} | R Documentation |
List tables in the AoU Database
Description
Prints a list of all of the tables in the All of Us Big Query Database.
Usage
aou_tables(remove_na = TRUE, ..., con = getOption("aou.default.con"))
Arguments
remove_na |
Whether to remove tables that are not in the data
dictionary. Defaults to |
... |
Not currently used |
con |
Connection to the allofus SQL database. Defaults to
|
Value
A dataframe with the table names and the number of columns
Examples
con <- aou_connect()
aou_tables()
[Package allofus version 1.1.0 Index]