projectSkeleton | R Documentation |
Initialise the basic project directories and files.
projectSkeleton(project_directory, force = FALSE)
project_directory |
the project directory file path |
force |
force project creation if project directory already exists |
## Not run:
projectSkeleton(paste0(tempdir(),'/test_project'))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.