R Markdown 으로 작성된 것을 GitHub Markdown 으로 바꾸기
아주 쉽습니다. 아래와 같이 맨처음에 있는 설정 부분에서 output: github_document
이라고 변경하시면 됩니다.
---
title: "Habits"
author: John Doe
date: March 22, 2005
output: github_document
---
다음 링크를 참고하세요
Epistemology
The truth is out there.
아주 쉽습니다. 아래와 같이 맨처음에 있는 설정 부분에서 output: github_document
이라고 변경하시면 됩니다.
---
title: "Habits"
author: John Doe
date: March 22, 2005
output: github_document
---
다음 링크를 참고하세요