No penguins in environment pane, closes #1457
This commit is contained in:
parent
885dc6005f
commit
58ec9d9563
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue