datapackage_info {dpmr}R Documentation

Return key meta information about the data package

Description

Return key meta information about the data package

Usage

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

## Not run: 
# Print information when working directory is a data package
datapackage_info()

## End(Not run)


[Package dpmr version 0.1.9 Index]