InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is used to run ad hoc R commands?(a) R Console(b) R Primer(c) Both R Console and R Primer(d) R timer |
|
Answer» Correct option is (a) R Console To explain I would say: Interactive data analysis usually occurs on the R console that executes commands as you type them. R Console is a command-line environment for running ad hoc R commands. |
|