powered by
Download a dataset table onto a data frame.
download_table_as_data_frame(dataset, table_name)
Dataset URL or path.
Table name.
Data frame with data from table.
list_tables
# NOT RUN { table_df <- dwapi::download_table_as_data_frame("user/dataset", "table") # }
Run the code above in your browser using DataLab