View source: R/platform_utils.R
| safe_dir_create | R Documentation |
Safely create a directory with proper checks
safe_dir_create(dir, recursive = TRUE, verbose = TRUE)
dir |
Character string containing the directory path to create |
recursive |
Logical indicating whether to create parent directories |
verbose |
Logical indicating whether to show messages |
TRUE if successful, error message if not
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.