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.