diff --git a/data-visualize.qmd b/data-visualize.qmd index 1bd425d..b88f2d9 100644 --- a/data-visualize.qmd +++ b/data-visualize.qmd @@ -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)