list_dataset_tables {basedosdados} | R Documentation |
List tables in a dataset
list_dataset_tables(dataset_id)
dataset_id |
a dataset name e.g. if addressing table "br_sp_alesp.deputado" then table_id is |
A tibble listing all tables in a given dataset
## Not run:
list_dataset_tables("br_sp_alesp")
## End(Not run)