View source: R/utils_file_management.R
| create_dir | R Documentation |
Check whether the passed dir_path directory exists. If not, creates a new directory and prints a msg
message if trace is TRUE.
create_dir(dir_path, trace, msg = "Creating Directory", msg_fun = TRUE)
dir_path |
|
trace |
|
msg |
|
msg_fun |
|
TRUE or FALSE depending on whether the shiny app is active.
Other Utils File Management Developers:
get_file_extension()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.