Nothing
# Create bib file for R packages tidylist <- c('tidyverse', 'dplyr', 'forcats', 'ggplot2', 'readr', 'tibble') otherlist <- c('here') here::here("inst/tutorials/discovr_05/packages.bib") |> knitr::write_bib(c(tidylist, otherlist), file = _)
In this tutorial all packages are pre-loaded. If working outside of the tutorial, load the [easystats]{.pkg} and [tidyverse]{.pkg} packages (and any others if you're using a concise style - see previous section) at the beginning of your r quarto() document:
library(tidyverse)
This tutorial uses the following packages from [tidyverse]{.pkg}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.