parent
e92922f2ae
commit
bbc87c9049
|
@ -146,7 +146,7 @@ Here you can see all of the objects that you've created.
|
|||
```{r, eval = FALSE}
|
||||
library(tidyverse)
|
||||
|
||||
ggplot(dota = mpg) +
|
||||
ggplot(data = mpg) +
|
||||
geom_point(mapping = aes(x = displ, y = hwy))
|
||||
|
||||
fliter(mpg, cyl = 8)
|
||||
|
|
Loading…
Reference in New Issue