일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
- 유닛테스트
- 자기관리
- 산입범위
- 핵개발
- R 프로그래밍
- 최저시급 개정안
- R 기초
- 비선형성
- 동전 던지기
- t검정
- 통계 오류
- 수학적 사고
- 최저 시급
- R4DS
- 멘탈관리
- 이기적 유전자
- 조던피더슨
- 인터스텔라
- 찬물샤워
- 핵 개발
- 성악설
- 통계오류
- 산입 범위
- 비율
- 아인슈타인
- 티모시페리스
- 비행기 추락
- 큰수의 법칙
- t-test
- 선형성
- Today
- Total
public bigdata
R markdown 참고자료 본문
공식 홈페이지
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
[Rstudio] - Flexdashboard. 다른 유형의 대시보드 소개.
오랜만에 RStudio Shiny 홈페이지를 갔다가 웹페이지 구성이 바뀐걸 보고서, 좀 둘러봤다. 가끔씩 시간...
blog.naver.com
'R programming' 카테고리의 다른 글
[datacamp] 효율적인 R 코드 작성 (0) | 2020.03.14 |
---|---|
Machine Learning in the Tidyverse [datacamp 정리] (0) | 2020.02.24 |
R data import(DBI/http data download) - 데이터 캠프 정리 (0) | 2020.01.04 |
R 데이터 저장 (fread, rds, feather 등) (0) | 2019.12.19 |
병렬 프로그래밍 (0) | 2019.11.26 |