parent
ef21701d2a
commit
18bbea1272
|
@ -171,13 +171,10 @@ Here you can see all of the objects that you've created.
|
|||
2. Tweak each of the following R commands so that they run correctly:
|
||||
|
||||
```{r, eval = FALSE}
|
||||
library(tidyverse)
|
||||
libary(tidyverse)
|
||||
|
||||
ggplot(dota = mpg) +
|
||||
geom_point(mapping = aes(x = displ, y = hwy))
|
||||
|
||||
fliter(mpg, cyl = 8)
|
||||
filter(diamond, carat > 3)
|
||||
geom_point(maping = aes(x = displ, y = hwy))
|
||||
```
|
||||
|
||||
3. Press Alt + Shift + K.
|
||||
|
|
Loading…
Reference in New Issue