add usethis::
like functions to allow data package construction interactively
#44
Labels
usethis::
like functions to allow data package construction interactively
#44
At the request of @raphg
datapackage_skeleton()
should be allowed to createand empty skeleton directory.
usethis::
-like functions could be implemented to add data sets and processing scripts interactively.Proposal:
use_script
to automatically extract names of data objects to add to the yaml config.
use_data_object
data_object
to the yaml config.use_raw_dataset
inst/extdata
Tagging data objects in code
Need to assess how this will interact with roxygen.. maybe not at all since we are parsing roxygen from
documentation.R
.The text was updated successfully, but these errors were encountered: