list_tables: List tables in a dataset.

Description Usage Arguments Details Value Examples

Description

Tables are a logical concept representing normalized data extracted from tabular files uploaded to datasets on data.world.

Usage

1
list_tables(dataset)

Arguments

dataset

Dataset URL or path.

Details

EXPERIMENTAL: This is an experimental feature and backwards-compability is not guaranteed in future releases.

Value

list of table names.

Examples

1
2
3
4
## Not run: 
  tables <- dwapi::list_tables("user/dataset")

## End(Not run)

dwapi documentation built on May 1, 2019, 11:18 p.m.