Slides adapted from datasciencebox.org by Dr. Lucy D’Agostino McGowan
A short list (for now):
install.packages
function and loaded with the library
function, once per session:Slides adapted from datasciencebox.org by Dr. Lucy D’Agostino McGowan
R packages for data science
The tidyverse is an opinionated collection of R packages designed for data science. All packages share an underlying design philosophy, grammar, and data structures.
.qmd
fileUse the Render button in the RStudio IDE to render the file and preview the output with a single click or keyboard shortcut (⇧⌘K).
If you prefer to automatically render whenever you save, you can check the Render on Save option on the editor toolbar.
The YAML header starts and ends with three dashes
R code chunks identified with {r}
with (optional) chunk options, in YAML style, identified by #|
at the beginning of the line.
Would this code chunk be “included” in the final report?
Your turn
04:00
Remember this, and expect it to bite you a few times as you’re learning to work with Quarto: The workspace of your Quarto document is separate from the Console!
All looks good, eh?
What happens? Why the error?
Slides adapted from datasciencebox.org by Dr. Lucy D’Agostino McGowan
assignment