aou_tables | R Documentation |
Prints a list of all of the tables in the All of Us Big Query Database.
aou_tables(remove_na = TRUE, ..., con = getOption("aou.default.con"))
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
|
A dataframe with the table names and the number of columns
con <- aou_connect()
aou_tables()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.