Remove accident back quotes
This commit is contained in:
parent
6db9924afa
commit
15d2e5ca05
|
@ -14,7 +14,7 @@ library(ggplot2)
|
||||||
library(tibble)
|
library(tibble)
|
||||||
```
|
```
|
||||||
|
|
||||||
If you run this code and get the error `there is no package called ‘ggplot2’`, you'll need to first install it, and then run `library()` once again.
|
If you run this code and get the error there is no package called ‘ggplot2’, you'll need to first install it, and then run `library()` once again.
|
||||||
|
|
||||||
```{r eval = FALSE}
|
```{r eval = FALSE}
|
||||||
install.packages("ggplot2")
|
install.packages("ggplot2")
|
||||||
|
|
Loading…
Reference in New Issue