You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2022. It is now read-only.
Having created a Data Package using datapkg_read(), I can update its metadata through simple assignment. However, there's currently no way to write that an in-memory Data Package to disk. datapkg_write() appears to only support writing data from data frames.
The text was updated successfully, but these errors were encountered:
danfowler
changed the title
datapkg_write() should support writing from in-memory Data Package
datapkg_write() - support writing from in-memory Data Package
Aug 2, 2016
I'd like to make an additional remark on 'writing Data Package', for what it's worth. I think when there are little changes on an in-memory Data Package compared to an original Data Package on disk, it would be much efficient to 'update' the diff rather than rewrite whole csv file.
Having created a Data Package using
datapkg_read()
, I can update its metadata through simple assignment. However, there's currently no way to write that an in-memory Data Package to disk.datapkg_write()
appears to only support writing data from data frames.The text was updated successfully, but these errors were encountered: