高级 YAML 设置

在 Tidyverse 中用数据进行沟通

Timo Grossenbacher

Data Journalist

YAML

 ---
 receipt:     Oz-Ware Purchase Invoice
 date:        2012-08-06
 customer:
     first_name:   Dorothy
     family_name:  Gale
 ---
1 摘自维基百科 (https://en.wikipedia.org/wiki/YAML#Example)
在 Tidyverse 中用数据进行沟通

RMarkdown 文档中的 YAML 头部

 ---
 title: "The reduction in weekly working hours in Europe" 
 subtitle: "Looking at the development between 1996 and 2006"
 author: "Timo Grossenbacher"

output: html_document: theme: paper highlight: tango
     pdf_document:
         ...
 ---

更多配置选项见此 RMarkdown 参考!

在 Tidyverse 中用数据进行沟通

让我们自定义你的报告!

在 Tidyverse 中用数据进行沟通

Preparing Video For Download...