Making Choices
Overview
Teaching: 30 min
Exercises: 0 minQuestions
How do I make choices using if and else statements?
How do I compare values?
How do I save my plots to a PDF file?
Objectives
use conditional logic
compare values to make choices
save plots to PDF
FIXME
Key Points
we can compare stored values
we can automate data production by setting up our choices in our R programs