Update exercise 2 section 3.2.4 (#511)
Did you mean `mpg` instead of `mtcars`?
This commit is contained in:
parent
a4e266084f
commit
99271ee711
|
@ -84,7 +84,7 @@ The rest of this chapter will show you how to complete and extend this template
|
|||
|
||||
1. Run `ggplot(data = mpg)` what do you see?
|
||||
|
||||
1. How many rows are in `mtcars`? How many columns?
|
||||
1. How many rows are in `mpg`? How many columns?
|
||||
|
||||
1. What does the `drv` variable describe? Read the help for `?mpg` to find
|
||||
out.
|
||||
|
|
Loading…
Reference in New Issue