Add link to user guide, closes #1346

This commit is contained in:
mine-cetinkaya-rundel 2023-03-09 19:55:22 -05:00
parent 2361281df0
commit ef1fa90d80
1 changed files with 3 additions and 1 deletions

View File

@ -143,7 +143,9 @@ For this book, make sure you have at least RStudio 2022.02.0.
When you start RStudio, @fig-rstudio-console, you'll see two key regions in the interface: the console pane and the output pane.
For now, all you need to know is that you type the R code in the console pane and press enter to run it.
You'll learn more as we go along!
You'll learn more as we go along![^intro-1]
[^intro-1]: If you'd like a comprehensive overview of all of RStudio's features, see the RStudio User Guide at <https://docs.posit.co/ide/user>.
```{r}
#| label: fig-rstudio-console