InterviewSolution
Saved Bookmarks
| 1. |
Which Package contains most fundamental functions to run R?(a) root(b) child(c) base(d) parentThe question was asked in final exam.This interesting question is from Overview of R in section History, Overview and Getting Started of R Programming |
|
Answer» RIGHT CHOICE is (c) base The BEST I can explain: base package in R contains the most FUNDAMENTAL FUNCTIONS. |
|