No penguins in environment pane, closes #1457

This commit is contained in:
mine-cetinkaya-rundel 2023-05-09 23:06:52 -04:00
parent 885dc6005f
commit 58ec9d9563
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ penguins
This data frame contains `r ncol(penguins)` columns.
For an alternative view, where you can see all variables and the first few observations of each variable, use `glimpse()`.
Or, if you're in RStudio, click on the name of the data frame in the Environment pane or run `View(penguins)` to open an interactive data viewer.
Or, if you're in RStudio, run `View(penguins)` to open an interactive data viewer.
```{r}
glimpse(penguins)