devtools (version 2.3.2)

create: Create a package

Description

Create a package

Usage

create(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.

...

Additional arguments passed to usethis::create_package()

Value

The path to the created package, invisibly.