Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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 ____________

a) source(“commands.R”)
b) exec(“commands.R”)
c) execute(“commands.R”)
d) exect(“command.R”)

Answer: a
Explanation: For Windows, Source is also available on the File menu.

Join The Discussion