Description Usage Arguments Value
View source: R/create_project_files.R
Create project files
1 2 3 4 5 6 7 | create_project_files(
PROJECT_PATH = rstudioapi::getActiveProject(),
FOLDERS_TO_CREATE = c("data", "docs", "figs", "logs", "output", "queries", "R",
"tests"),
OPEN_NEW_SESSION = TRUE,
DEBUG = TRUE
)
|
PROJECT_PATH |
location of project |
FOLDERS_TO_CREATE |
defaults to: "data", "docs", "figs", "logs", "output", "queries", "R", "tests" |
OPEN_NEW_SESSION |
defaults to TRUE |
DEBUG |
defaults to TRUE |
folder structure within PROJECT_PATH
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.