InterviewSolution
Saved Bookmarks
| 1. |
What is the output of getOption(“defaultPackages”) in R studio?(a) Installs a new package(b) Shows default packages in R(c) Error(d) Nothing will printThis question was addressed to me during an internship interview.My doubt stems from Overview of R in division History, Overview and Getting Started of R Programming |
|
Answer» The correct option is (b) SHOWS default packages in R |
|