Skip to content

iainmwallace/scaffoldingShiny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage status

scaffoldingShiny

The goal of scaffoldingShiny is to make it even faster to build Shiny apps by creating a working shiny app scaffold that you can easily modify.

Install

# install.packages("devtools")
devtools::install_github("iainmwallace/scaffoldingShiny")

Example

This is a basic example which shows you how to scaffold an app that will display data from a user

# define list of fields for data entry
input_list<-list(type=c("Text","Numeric","Text"),id=c("name","age","description"),label=c("name","age","description"))

# scaffold app
build_basic_app(input_list,datastore_type="sqllite")

The resulting app, before customization, is available: (https://iainmwallace.shinyapps.io/sample_scaffolding_app/)

About

Quickly scaffold a shiny app - much less copy and pasting!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages