R/shiny
shiny의 예제들
이부일
2017. 11. 10. 23:13
install.packages("shiny")
library(shiny)
shiny::runExample("01_hello")
shiny::runExample("02_text")
shiny::runExample("03_reactivity")
shiny::runExample("04_mpg")
shiny::runExample("05_sliders")
shiny::runExample("06_tabsets")
shiny::runExample("07_widgets")
shiny::runExample("08_html")
shiny::runExample("09_upload")
shiny::runExample("10_download")
shiny::runExample("11_timer")