new_app: creates a boiler plate app in the proper folder under inst

View source: R/new_app.R

new_appR Documentation

creates a boiler plate app in the proper folder under inst

Description

creates a boiler plate app in the proper folder under inst

Usage

new_app(app_name = NULL, remove_comments = TRUE)

Arguments

app_name

name of new app

remove_comments

logical remove app template comments

Examples

new_app(app_name = "test", remove_comments = TRUE)

zac-garland/zgtools documentation built on July 9, 2022, 3:44 a.m.