This is a wrapper to usethis
functions create_project()
and
create_package()
. It differs in that it builds the requisite folders
"data_raw"
for 'initial' data, and "data"
for data that has been
formatted according to the Darwin Core standard.
Arguments
- path
A path. If it exists, it is used. If it does not exist, it is created, provided that the parent path exists.
- ...
Other arguments passed to
usethis::create_project()
orusethis::create_package()