Learn R Programming

golem (version 0.1)

create_golem: Create a package for Shiny App using golem

Description

Create a package for Shiny App using golem

Usage

create_golem(path, check_name = TRUE, open = TRUE,
  package_name = basename(path), ...)

Arguments

path

Name of the folder to create the package in. This will also be used as the package name.

check_name

When using this function in the console, you can prevent the package name from being checked.

open

booleen open the created project

package_name

package name to use

...

not used