Skip to content

Commit 15e2465

Browse files
author
Joseph Damiba
committed
add knitr options to getting started
1 parent 1d8fc53 commit 15e2465

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ggplot2/2015-07-30-getting-started.Rmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ output:
1010
keep_md: true
1111
---
1212

13+
```{r, echo = FALSE, message=FALSE}
14+
knitr::opts_chunk$set(message = FALSE, warning=FALSE)
15+
```
16+
1317
# Getting Started with Plotly for R
1418

1519
Plotly is an R package for creating interactive web-based graphs via the open source JavaScript graphing library [plotly.js](http://plot.ly/javascript).

0 commit comments

Comments
 (0)