ropensci / datapack

An R package to handle data packages
https://docs.ropensci.org/datapack
44 stars 9 forks source link

Create bags for specific projects to be used as use case drivers #2

Open ghost opened 10 years ago

ghost commented 10 years ago

Initial ideas for bags:

jordansread commented 10 years ago

Will think about this more and apply our project's use case to it

sckott commented 10 years ago

Something large to exercise lazy loading

we could think about leveraging dplyr to deal with large files - and has nice summary print object for a dataset

dlebauer commented 7 years ago

What is a bag?

mbjones commented 7 years ago

@dlebauer A bag is shorthand for a Bagit bag, which is a collection of objects zipped into a particular directory structure that contains manifest files and metadata files for understanding the contents. We use BagIt for serializing the our data packages in datapack. More information on BagIt can be found in the datapack documentation.