datapackage_info: Return key meta information about the data package

Description Usage Arguments Examples

Description

Return key meta information about the data package

Usage

1
datapackage_info(path, as_list = FALSE)

Arguments

path

character string file path to the data package. If empty, then the datapackage.json meta data file is searched for in the working directory. Can also accept a datapackage.json file parsed in R as a list.

as_list

logical indicating whether or not to return the datapackage.json file as a list.

Examples

1
2
3
4
5
## Not run: 
# Print information when working directory is a data package
datapackage_info()

## End(Not run)

christophergandrud/dpmr documentation built on May 13, 2019, 7:02 p.m.