2024-02-28
Conditional: if else
Loops
while loop
For loop
Normally loop over a list
Iterate all the values in the list
Sometimes either loop does the work
Other structures:
case_when
in tidyverse (really handy!)
Control loops: continue
/ break
/ next
…
Midterm
Homework resubmission deadline March 5, 6 pm
Download and save Homework5 raw content
Click the link
Copy the raw content
Save to a Quarto file under Source mode
Name the file as 05-Lastname-Firstname.qmd
Submit in .qmd file
Double check the working directory, so files generated will be read in with the relative path in the following code.
Python uses indentation to indicate a block of code, but R uses {}