【发布时间】:2020-02-04 13:11:50
【问题描述】:
我试图在 github 上显示来自 RMarkdown 的数字但没有成功。
- 该图显示在本地 html 预览中。
- 在 Github 上推送 md 文件后,图不显示。
title: "Untitled"
output: github_document
summary(cars)
plot(pressure)
【问题讨论】:
-
你能显示 .md 文件的结果语法吗?
标签: r r-markdown github-flavored-markdown