Retain resource title
and description
#160
Labels
function:write_package
Function write_package()
Milestone
title
and description
#160
Reported at #159:
title
anddescription
for a new resource are not retained when writing a package. This is caused by:frictionless-r/R/write_resource.R
Lines 25 to 43 in 0881f1c
This behaviour should change, so that a custom provided
title
anddescription
are retained. They won't ever conflict with any of the information set bywrite_resource()
(in contrast with e.g.bytes
). Alternatively, this could be expanded to any custom property (not onlytitle
anddescription
, but that is slightly harder to implement.Test with:
The text was updated successfully, but these errors were encountered: