App deployment

Via Gist

install.packages("tidyverse")
shiny::runGist('https://gist.github.com/stephanGit/099e9b329df13014f3d68b66db1f7a14')

As script from installed package

devtools::install_github("StephaGit/leistungstests")
shiny::runApp(system.file("apps",'Design-Verifikation', package='leistungstests'))

Fancy action buttons

shinysky::run.shinysky.example()

File/Dir Access with shiny

General File io

shinyFiles::shinyFilesExample()

Save data

library(shiny)
runExample("10_download")


stephanGit/leistungstests documentation built on May 30, 2019, 3:14 p.m.