出力ドキュメント全体の設定は、ヘッダ部分に記述します。設定項目はたくさんありますが、ここでは、通常使うであろうパターンを紹介します。その他の設定項目についてはこちらをご参照ください。
インデントは半角スペース2つです。また、コロン(:)の後ろにも半角スペース1つ入れる点にご注意ください。
---
title: "Untitled"
output: html_document
---
---
title: "Untitled"
output:
html_document:
toc: true
---
---
title: "Untitled"
output:
html_document:
toc: true
toc_float: true
---
単一のHTMLファイルとして出力するので配布が用意になります。
---
title: "Untitled"
output:
html_document:
self_contained: true
---
「データから価値を創造する」一般社団法人データマーケティングラボラトリー
Copyright© DML All Rights Reserved.