add_shinybrain: Initialize fresh shinybrain app

View source: R/add_shinybrain.R

add_shinybrainR Documentation

Initialize fresh shinybrain app

Description

Initialize fresh shinybrain app

Usage

add_shinybrain(
  path,
  app_name = basename(path),
  overwrite = FALSE,
  open = FALSE,
  ...
)

Arguments

path

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

app_name

App name to use. By default, shinybrain uses basename(path). If path == '.' & app_name is not explicitly set, then basename(getwd()) will be used.

overwrite

Boolean. Should the already existing app be overwritten?

open

Boolean. Open the created app project?

...

additional arguments to be used later

Value

invisibly the path to new application


rpodcast/shinylearning documentation built on April 4, 2022, 10:44 p.m.