download_datapackage: Download data package.

Description Usage Arguments Examples

View source: R/download_datapackage.R

Description

A data package is a portable dataset file format. Learn more about the Data Package specification at http://frictionlessdata.io/data-packages/.

Usage

1
download_datapackage(owner_id, dataset_id, output_path = NULL)

Arguments

owner_id

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

dataset_id

Dataset unique identifier

output_path

Directory path, where data package will be saved.

Examples

1
2
3
4
5
6
## Not run: 
  dwapi::download_datapackage(
    "user", "dataset",
    output_path = tempdir())

## End(Not run)

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