-
shiny의 예제들R/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")'R > shiny' 카테고리의 다른 글
BMI 구하기 (0) 2018.10.17 R 객체로 shiny app 정의하기 (0) 2017.11.20 shiny를 이용한 k-means clustering (0) 2017.11.19