read_data: Read package data

Description Usage Arguments References See Also

Description

Read package data

Usage

1
2
3
4
read_data(path = getwd(), resources = NULL, meta = read_meta(path),
  drop = FALSE)

read_data_github(repo, ...)

Arguments

path

(character) Package directory or URL.

resources

(character, numeric) Names or indices of resources to read (or all if NULL).

meta

(list) Package metadata.

drop

(logical) Whether to unlist a single resource.

repo

(character) GitHub repository address (see github_raw_url).

...

Additional arguments passed to read_data.

References

https://specs.frictionlessdata.io/data-resource/

See Also

Other package readers: read_meta, read_package


ezwelty/dpkg documentation built on May 30, 2019, 7:19 a.m.