1.

To start with the new package in RStudio, double-click the pkgname.Rproj file that _______(a) Delete()(b) Create()(c) Run()(d) Exit()I have been asked this question in an interview for internship.This interesting question is from Packages in chapter Commands, Packages, Visualizing Data and Linear Regression of R Programming

Answer»

The correct choice is (B) CREATE()

To elaborate: To GET started with your new PACKAGE in RStudio, double-click the pkgname.Rproj file that create() just made. This will open a new RStudio project for your package. Projects are the way to develop packages.



Discussion

No Comment Found

Related InterviewSolutions