powered by
Describe a table within a dataset
get_table_description( dataset_id = `?`(typed::Character(1)), table_id = `?`(typed::Character(1)) )
A tibble describing the specified table
a dataset name e.g. if addressing table "br_sp_alesp.deputado" then table_id is br_sp_alesp
br_sp_alesp
a table name e.g. if addressing table "br_sp_alesp.deputado" then table_id is deputado
deputado
if (FALSE) { get_table_description("br_sp_alesp", "deputado") }
Run the code above in your browser using DataLab