library("allofus")
<- aou_connect()
con aou_tables()
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 TRUE
|
…
|
Not currently used |
con
|
Connection to the allofus SQL database. Defaults to getOption(“aou.default.con”) , which is created automatically with aou_connect() .
|
Value
A dataframe with the table names and the number of columns