Working Environment and Programming Logic
2026-01-22
Review function writing: section 13
Code chunks in quarto documents
When you execute the same code multiple times, you should wrap the code into a function:
Can you establish how fast your function palindrome is?
Which is faster? R or python? - You might have to make multiple calls to the functions to capture differences
There are some things we should not (ever) do in R Markdown (or quarto) documents:
Install a package
Print a full data set
…
Review for homework #3