Saved Bookmarks
| 1. |
To start with the new package in RStudio, double-click the pkgname.Rproj file that _______(a) Delete()(b) Create()(c) Run()(d) Exit() |
|
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. |
|