Google News
logo
R - Quiz(MCQ)
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)
Class
C)
Function
D)
Package

Correct Answer :   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.

Advertisement