πŸ“Š R Programming
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 . . . . . . . .
  • (A) source("commands.R")
  • (B) exec("commands.R")
  • (C) execute("commands.R")
  • (D) exect("command.R")
πŸ’¬ Discuss
βœ… Correct Answer: (A) source("commands.R")

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
265
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
87%
Success Rate