create_dir {aifeducation} | R Documentation |
Create directory if not exists
Description
Check whether the passed dir_path
directory exists. If not, creates a new directory and prints a msg
message if trace
is TRUE
.
Usage
create_dir(dir_path, trace, msg = "Creating Directory", msg_fun = TRUE)
Arguments
dir_path |
|
trace |
|
msg |
|
msg_fun |
|
Value
TRUE
or FALSE
depending on whether the shiny app is active.
See Also
Other Utils:
auto_n_cores()
,
clean_pytorch_log_transformers()
,
create_config_state()
,
generate_id()
,
get_file_extension()
,
get_py_package_versions()
,
is.null_or_na()
,
output_message()
,
print_message()
,
run_py_file()
[Package aifeducation version 1.0.2 Index]