Skip to content

Shiny apps related to poster at Conference for Statistical practice 2017 in Jacksonville

License

Notifications You must be signed in to change notification settings

carlganz/CSP2017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travis-CI Build Status

CSP2017

This R package contains Shiny apps related to poster Using Shiny to Efficiently Process Survey Data at Conference for Statistical practice 2017 in Jacksonville

This poster co-won best student poster: http://magazine.amstat.org/blog/2017/04/01/csp2017recap/

Required packages

install.packages('shiny')
install.packages('DT')
install.packages('tidyverse')
install.packages('stringdist')
install.packages('shinyjs')
install.packages('RSQLite')
install.packages('openxlsx')

For openxlsx to work on Windows you will need Rtools.

Run Apps

To run the apps locally you'll first need to use devtools to install this package.

devtools::install_github("carlganz/CSP2017", dependencies = TRUE)

library(CG.CSP17)

# Run App A
run_app("A") # or run_app(1)

# Run App B
run_app("B") # or run_app(2)

# Run App C
run_app("C") # or run_app(3)

About

Shiny apps related to poster at Conference for Statistical practice 2017 in Jacksonville

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published