Learn R Programming

dwapi (version 0.1.3.1)

download_table_as_data_frame: Download a dataset table onto a data frame.

Description

Download a dataset table onto a data frame.

Usage

download_table_as_data_frame(dataset, table_name)

Arguments

dataset

Dataset URL or path.

table_name

Table name.

Value

Data frame with data from table.

See Also

list_tables

Examples

Run this code
# NOT RUN {
  table_df <- dwapi::download_table_as_data_frame("user/dataset", "table")
# }

Run the code above in your browser using DataLab