1/5
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
What does <- do in R?
assigns the value on the right to the object name on the left
What is a data frame
table with rows and columns
What is a function in R
a command that takes inputs and returns an output
What is a code chunk in a Quarto .qmd file
a block where you write R code that Quarto runs when rendering, and it shows the results (numbers/tables/plots) in the output.
What does Render do in Quarto?
runs all code chunks and converts the .qmd into an output document (e.g., HTML/PDF) with the results inserted
What is a package in R?
a collection of functions, data, and documentation that extends the basic capabilites of R