[결과물]
[코드]
> install.packages("shiny") ## 패키지 설치
> library(shiny)
> runExample()
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"
> runExample("01_hello") ## 위의 가능한
[레퍼런스]
http://1004jonghee.tistory.com/entry/%EC%83%A4%EC%9D%B4%EB%8B%88Shiny-%ED%8C%A8%ED%82%A4%EC%A7%80
반응형
'모조리 Data > 모조리 R' 카테고리의 다른 글
R에서 Error : figure margins too large 해결방법 (0) | 2017.10.31 |
---|---|
R에서 rJava 오류시 해결방법 (1) | 2017.10.30 |
4. rvest 라이브러리를 통해 웹 텍스트 스크래핑해오기 (1) | 2017.07.15 |
2. 맥(mac)에서 한글 깨짐 발생하는 오류 잡기 (0) | 2017.06.22 |
1. 전국 댐 위치 시각화 with R (0) | 2017.06.21 |