This lesson is still being designed and assembled (Pre-Alpha version)

Command-Line Programs

Overview

Teaching: 20 min
Exercises: 0 min
Questions
  • 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