Skip to contents

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.

Usage

galaxias_project(path, ...)

galaxias_package(path, ...)

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() or usethis::create_package()

Value

Does not return an object to the workspace; called for the side-effect of building a new project or package.