View source: R/CreatePackage.R
Create an R package complete with an example testthat unit test.
1 | 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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.