Q. If commands are stored in an external file, say commands.R in the working directory work, they may be executed at any time in an R session with the command . . . . . . . .
β
Correct Answer: (A)
source("commands.R")