ropensci / datapack

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

Add output file parameter to `serializeToBagIt` #108

Open gothub opened 5 years ago

gothub commented 5 years ago

The serializeToBagIt() method writes the output bag file to a temporary directory and then returns the filename that was created.

Update this method so that the user can specify the output file to be created.