shinyInit: run this function to quickly initialize a shiny app folder...

Description Usage

View source: R/dashboard_meta.R

Description

run this function to quickly initialize a shiny app folder @description By running this function, it will create following files in given path: 1. app.R if mode is "single"; ui.R, server.R, global.R if mode is "multiple" 2. Folders: www/, www/css, www/js, www/img

Behavior: this function won't overwrite existing files

@param path path to folder @param mode what files to create, see more in description @param overwrite whether to overwrite existing files

@return NULL, creates folders and files instead @export

Usage

1
shinyInit(path, mode = c("single", "multiple"))

yusuzech/shinyEx documentation built on Nov. 5, 2019, 1:22 p.m.