CreatePackage.RdCreate an R package complete with an example testthat unit test.
CreatePackage(strDirectory = getwd(), strName = "newPackage", strAuthors = "")
| strDirectory | The directory where the project should be created. If this parameter is left blank then the current working directory will be used. |
|---|---|
| strName | The folder where the app saved. |
| strAuthors | Author Names. Blank by default |