get_table_description | R Documentation |
Describe a table within a dataset
get_table_description( dataset_id = `?`(typed::Character(1)), table_id = `?`(typed::Character(1)) )
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 |
A tibble describing the specified table
## Not run: get_table_description("br_sp_alesp", "deputado") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.