Learn R Programming

basedosdados (version 0.2.2)

list_dataset_tables: List tables in a dataset

Description

List tables in a dataset

Usage

list_dataset_tables(dataset_id)

Value

A tibble listing all tables in a given dataset

Arguments

dataset_id

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

Examples

Run this code
if (FALSE) {
list_dataset_tables("br_sp_alesp")
}

Run the code above in your browser using DataLab