Command-Line Programs
Overview
Teaching: 20 min
Exercises: 0 minQuestions
How do I write a command-line script?
How do I read in arguments from the command-line?
Objectives
write a command-line script in R
read in arguments when running a command-line script
FIXME
Key Points
R can be written and run in RStudio as well as the command line