public bigdata

R markdown 참고자료 본문

R programming

R markdown 참고자료

public bigdata 2020. 1. 23. 15:11

공식 홈페이지

https://rmarkdown.rstudio.com/flexdashboard/index.html

 

flexdashboard: Easy interactive dashboards for R

Use R Markdown to publish a group of related data visualizations as a dashboard. Support for a wide variety of components including htmlwidgets; base, lattice, and grid graphics; tabular data; gauges and value boxes; and text annotations. Flexible and easy

rmarkdown.rstudio.com

1. 참고1

https://blog.zarathu.com/posts/2019-01-03-rmarkdown/

 

Zarathu Blog: R Markdown 기초

YAML Header, 마크다운(Markdown) 텍스트, R 코드 청크(chunk) 그리고 그림과 테이블을 중심으로, R 코드와 분석 결과가 포함된 문서를 작성하는 방법을 정리하였습니다.

blog.zarathu.com

2. 참고2

https://tariat.tistory.com/663

 

R로 분석 보고서 쉽게 만들기, R 마크다운 사용법과 팁!

파이썬에는 쥬피터 노트북이 있어 데이터 분석을 할 때 유용하다. 코드를 실행한 결과가 아래에 붙고, PDF나 HTML로 결과를 생성할 수 있어 보고하기에 좋다. R에도 비슷한 기능이 있지 않을까 찾아보니 R 마크다..

tariat.tistory.com

3. 참고3

https://www.r-bloggers.com/tips-and-tricks-in-rstudio-and-r-markdown/

 

Tips and tricks in RStudio and R Markdown

Run code Insert a comment in R and R Markdown Knit a R Markdown document Code snippets Ordered list in R Markdown New code chunk in R Markdown Reformat code Others If you have the chance to work with an experienced programmer, you may be amazed ...

www.r-bloggers.com

4. 참고4

https://m.blog.naver.com/PostView.nhn?blogId=hsj2864&logNo=221093569545&proxyReferer=https%3A%2F%2Fwww.google.com%2F

 

[Rstudio] - Flexdashboard. 다른 유형의 대시보드 소개.

오랜만에 RStudio Shiny 홈페이지를 갔다가 웹페이지 구성이 바뀐걸 보고서, 좀 둘러봤다. 가끔씩 시간...

blog.naver.com