scaffold_bare: Bare

View source: R/bare.R

scaffold_bareR Documentation

Bare

Description

Creates a bare scaffold for not specific use case, as opposed to other scaffolds. This scaffold does not generate R code.

Usage

scaffold_bare(edit = interactive())

Arguments

edit

Automatically open pertinent files.

Value

TRUE (invisibly) if successfully run.

Examples

if(interactive()){
# current directory
wd <- getwd()

# create a mock up ambiorix project
tmp <- tmp_package()

# move to package
setwd(tmp)

# scaffold bare
scaffold_bare()

# clean up
setwd(wd)
tmp_delete(tmp)
}


packer documentation built on May 28, 2022, 5:06 p.m.