Learn R Programming

dpmr (version 0.1.9)

datapackage_info: 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

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

Run the code above in your browser using DataLab