Description Usage Arguments Examples
View source: R/create_project_directories.R
Creates the standard set of subdirectories for a typical R project
1 2 3 4 5 6 7 | create_project_directories(
style = "default",
license = "none",
vignette = FALSE,
add_makefile = TRUE,
...
)
|
style |
string value indicating the style of subdirectories to create (c("default", "learning", "minimal")) |
vignette |
a boolean value indicating whether "analysis" directory should be named "vignette" |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.