get_table_description {basedosdados} | R Documentation |
Describe a table within a dataset
Description
Describe a table within a dataset
Usage
get_table_description(
dataset_id = `?`(typed::Character(1)),
table_id = `?`(typed::Character(1))
)
Arguments
dataset_id |
a dataset name e.g. if addressing table "br_sp_alesp.deputado" then table_id is |
table_id |
a table name e.g. if addressing table "br_sp_alesp.deputado" then table_id is |
Value
A tibble describing the specified table
Examples
## Not run:
get_table_description("br_sp_alesp", "deputado")
## End(Not run)
[Package basedosdados version 0.2.2 Index]