get_table_columns: Get columns in a table

View source: R/metadata.R

get_table_columnsR Documentation

Get columns in a table

Description

Get columns in a table

Usage

get_table_columns(dataset_id, table_id)

Arguments

dataset_id

a dataset name e.g. if addressing table "br_sp_alesp.deputado" then table_id is br_sp_alesp

table_id

a table name e.g. if addressing table "br_sp_alesp.deputado" then table_id is deputado

Value

A tibble describing all columns in a table

Examples

## Not run: 
get_table_columns("br_sp_alesp", "deputado")

## End(Not run)

basedosdados documentation built on March 7, 2023, 6:26 p.m.