ropensci-archive / datapkg

:no_entry: ARCHIVED :no_entry: Read and Write Data Packages
https://docs.ropensci.org/datapkg
Other
40 stars 6 forks source link

datapkg_read() - support loading from zipped Data Package #10

Open danfowler opened 8 years ago

danfowler commented 8 years ago

Feedback from pilot partner on trialling this package:

Otherwise if I need to unzip the package, it loses the "neatness" of having everything in one file.

Support loading a zipped Data Package. This is currently supported by the datapackage-py Python implementation:

https://github.com/frictionlessdata/datapackage-py/blob/master/datapackage/datapackage.py#L26