list_tables: List tables in a dataset.

Description Usage Arguments Details Value Examples

View source: R/list_tables.R

Description

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

Usage

1
list_tables(owner_id, dataset_id)

Arguments

owner_id

User name and unique identifier of the creator of a dataset or project

dataset_id

Dataset unique identifier

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)

datadotworld/dwapi-r documentation built on July 3, 2021, 3:40 a.m.