Skip to content

Commit

Permalink
name snippet chunk.
Browse files Browse the repository at this point in the history
  • Loading branch information
rpruim committed Jun 26, 2018
1 parent a94fc0b commit 05378e8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes
Binary file removed README-unnamed-chunk-4-1.png
Binary file not shown.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ devtools::install_github("rpruim/fastR2")
In addtion to data sets, `fastR2` contains a `snippet()` function that
loads and executes code found in the text. Here is an example:

```{r message=FALSE}
```{r snippet, message = FALSE}
require(fastR2)
require(multcomp)
snippet("histogram01")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ snippet("histogram01")
#> > gf_histogram( ~ Sepal.Length, data = iris)
```

<img src="README-unnamed-chunk-2-1.png" style="display: block; margin: auto;" />
<img src="README-snippet-1.png" style="display: block; margin: auto;" />

0 comments on commit 05378e8

Please sign in to comment.