README.md

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")


nz-stefan/shinyscaffold documentation built on May 9, 2019, 10 p.m.