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 withaou_connect()
.
Examples
if (FALSE) { # on_workbench()
con <- aou_connect()
aou_tables()
}