powered by
Get columns in a table
get_table_columns(dataset_id, table_id)
A tibble describing all columns in a 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_columns("br_sp_alesp", "deputado") }
Run the code above in your browser using DataLab