1.

If you have an existing package that doesn’t have an .Rproj file, you can use devtools for the use_rstudio(“_____/to/package”) to add it.(a) Path(b) Package(c) Function(d) ClassI got this question during an internship interview.The origin of the question is Packages topic in chapter Commands, Packages, Visualizing Data and Linear Regression of R Programming

Answer»

The correct ANSWER is (a) Path

Explanation: If you have an existing PACKAGE that doesn’t have an .RPROJ file, you can USE devtools for the use_rstudio(“path/to/package”) to ADD it.



Discussion

No Comment Found

Related InterviewSolutions