Biz/Analysis
R - shiny
조병희
2013. 4. 12. 17:32
install.packages('shiny')
library(shiny)
Valid examples are "01_hello", "02_text", "03_reactivity", "04_mpg", "05_sliders", "06_tabsets", "07_widgets", "08_html", "09_upload", "10_download", "11_timer"
유용한 예제프로그램들이 많이 있다. 아직 WEB이나 WAS 에 올리진 못했지만 잘만 다듬으면 좋을 듯 하다.
실행은 다음과 같이 하면 된다.
runExample("08_html")