Golem Hook function
Arguments
- path
Name of the folder to create the package in. This will also be used as the package name.
- package_name
Package name to use. By default,
{golem}usesbasename(path). Ifpath == '.'&package_nameis not explicitly set, thenbasename(getwd())will be used.- ...
Arguments passed from
create_golem(), unused in the default function.
Examples
if (requireNamespace("golem") & interactive()) {
golem::create_golem("myapp", project_hook = golem_hook)
}
#> Loading required namespace: golem
