We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99291b8 commit 36796d8Copy full SHA for 36796d8
inst/examples/rmarkdown_eg.Rmd
@@ -1,13 +1,13 @@
1
-```{r echo=FALSE}
2
-knitr::opts_knit$set(upload.fun = imgur_upload, base.url = NULL)
3
-```
4
-
5
---
6
title: "Some plots and stuff"
7
author: "Foo Bar"
8
date: "June 30, 2015"
9
10
+```{r echo=FALSE}
+knitr::opts_knit$set(upload.fun = knitr::imgur_upload, base.url = NULL)
+```
+
11
```{r}
12
library("ggplot2")
13
```
inst/examples/rmarkdown_eg.md
0 commit comments