create_build_directory: Create a directory for creating the new app and copy template...

View source: R/create_build_directory.R

create_build_directoryR Documentation

Create a directory for creating the new app and copy template of files

Description

Create a directory for creating the new app and copy template of files

Usage

create_build_directory(appName, description, productName, semanticVersion,
  appPath, functionName)

Arguments

appName

name of app

description

short description of app

productName

product name

semanticVersion

version number: see https://semver.org/ for details on how to use version numbers

appPath

path to new electron app top directory

functionName

the function name in your package that starts the shiny app

Value

nothing, creates a directory


chasemc/electricShine documentation built on Oct. 12, 2022, 8:50 a.m.