Making Choices
Last updated on 2024-07-11 | Edit this page
Overview
Questions
- How do I make choices using if and else statements?
- How do I compare values?
Objectives
- use conditional logic
- compare values to make choices
- document code
FIXME
Key Points
- we can compare stored values
- we can automate data production by setting up our choices in our R programs