Description Usage Arguments Value
View source: R/create_project.R
This function create an R project
1 | create_project(path, git = TRUE)
|
path |
A path. If it exists, it is used. If it does not exist, it is created, provided that the parent path exists. |
git |
If TRUE, init git. |
Path to the newly created project or package, invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.