| project_dir | R Documentation |
Creates the project directory if create = TRUE and it does not
already exist. Names are normalised to a filesystem-friendly slug
(spaces become underscores; unusual characters are dropped) so users
can enter freeform names.
project_dir(name, create = FALSE)
name |
Project name. |
create |
Whether to create the directory if it does not exist. |
Character. Absolute path.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.