Skip to content

vivek-quantiful/shinyscaffold

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shinyscaffold

Create boilerplate code for Shiny web applications

Installation

The package can be installed directly from github using devtools.

install.packages("devtools")
library(devtools)
install_github("nz-stefan/shinyscaffold")

Usage

library(shinyscaffold)

# create a configuration file
scaffold_config("/tmp/my-config.yml")

# scaffold a Shiny app from the config file
setwd("/tmp")
scaffold_app("/tmp/my-config.yml")

About

Create boilerplate code for Shiny web applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 83.9%
  • CSS 16.1%