Learn R Programming

dwapi (version 0.1.3.1)

list_tables: List tables in a dataset.

Description

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

Usage

list_tables(dataset)

Arguments

dataset

Dataset URL or path.

Value

list of table names.

Details

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

Examples

Run this code
# NOT RUN {
  tables <- dwapi::list_tables("user/dataset")
# }

Run the code above in your browser using DataLab