在 Tidyverse 中用数据进行沟通
Timo Grossenbacher
Data Journalist
Markdown 由 John Gruber 于 2004 年创建,目标是让人们"用易读、易写的纯文本格式撰写,然后转换为结构有效的 HTML"。
# A short text
## Introduction
Hello, *my name* is
**Timo Grossenbacher** and I
work at
[SRF Data](https://srf.ch/data).
Hello,my name is Timo Grossenbacher,我在 SRF Data 工作。
<h1>A short text</h1>
<h2>Introduction</h2>
Hello, <em>my name</em> is
<strong>Timo Grossenbacher</strong>
and I work at
<a href = "https://srf.ch/data">
SRF Data</a>.
RMarkdown = Markdown 正文 + R 代码
所有格式选项见 Pandoc Markdown 参考
在 Tidyverse 中用数据进行沟通