Description Usage Arguments Details Value Note
Create a modified ProjectTemplate project.
1 2 | createProject(project = "myProject", path = getOption("gsmisc.proj"),
merge_strategy = c("require.empty", "allow.non.conflict"), open = TRUE)
|
project |
A character vector with the name of the project directory. |
path |
The base directory of the project. |
merge_strategy |
What should happen if the target directory exists and
is not empty?
If |
open |
If |
If the target directory does not exist, it is created. Otherwise, it can only contain files and directories allowed by the merge strategy.
No value is returned; this function is called for its side effects.
This function is slightly modified code taken from the
create.project
function in John Myles White's
ProjectTemplate
package to allow me using my custom directory structure.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.