--- 구분선
title: "R markdown 기본환경"
output:
html_notebook:
toc: true
toc_float: true
number_sections: false
theme: cosmo
--- 구분선
https://www.google.com/search?q=fluidpage+%EC%9D%98%EB%AF%B8&sourceid=chrome&ie=UTF-8
eval TRUE 청크실행 후 결과 입력
echo TRUE 청크내용 출력
warning TRUE 경고 메시지의 출력 여부 설정
error FALSE 에러 메시지의 출력 여부 설정
message TRUE 경고, 에러 외의 메시지의 출력 여부 설정
tidy FALSE R 코드를 깔끔하게 정돈해서 출력할지의 여부 설정