View source: R/create_local_dirs.R
create_local_dirs | R Documentation |
Creates a set of standard directories in the repository: scripts, results (and subdirectories for img and tab)
create_local_dirs(other_dirs = NULL)
other_dirs |
If needed, a character vector containing the names for extra directories. |
## Not run:
create_dirs() # This creates default directories
create_dirs(other_dirs = "app") # Creates all default directories and an "app" directory
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.