Tweak :: description and usage

This commit is contained in:
Hadley Wickham
2022-08-08 13:57:08 -05:00
parent f37e134d74
commit 0c05d01794
3 changed files with 11 additions and 10 deletions

View File

@@ -42,9 +42,6 @@ library(tidyverse)
You only need to install a package once, but you need to reload it every time you start a new session.
If we need to be explicit about where a function (or dataset) comes from, we'll use the special form `package::function()`.
For example, `ggplot2::ggplot()` tells you explicitly that we're using the `ggplot()` function from the ggplot2 package.
## First steps
Let's use our first graph to answer a question: Do cars with big engines use more fuel than cars with small engines?