dploadfromdatapackage: Quickly read a dataset from a Data Package

View source: R/dploadfromdatapackage.R

dploadfromdatapackageR Documentation

Quickly read a dataset from a Data Package

Description

Quickly read a dataset from a Data Package

Usage

dploadfromdatapackage(path, name, ...)

Arguments

path

the directory with the Data Package

name

the name of the Data Resource. When omitted the Data Resource with the same name as the Data Package is read in and when no such resource exists the first Data Resource is read in.

...

passed on to dpgetdata.

Details

This function is a wrapper around opendatapackage and dpgetdata. It offers a quick way to read in a dataset from a Data Package.

Value

Returns a dataset. Usually a data.frame.


djvanderlaan/datapackage documentation built on March 18, 2024, 4:57 p.m.