View source: R/initialize_project.R
initialize_project | R Documentation |
initialize_project()
initialize_project(path_to_project = NULL)
path_to_project |
pathway to project location. If blank, the current working directory will be called. (string). |
no objects returned. standard SWMPrStorm empty output directories are created.
## Not run: ## initialize in current working director: initialize_project() ## initialize in specific location working_dir <- 'C:/path/to/directory' initialize_project(working_dir) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.