R/create_dir.R
create_dir.Rd
This function creates a directory at the specified path if it does not already exist.
create_dir(export)
Path to the directory to be created
Message indicating the status of directory creation
if (FALSE) { # \dontrun{ create_dir(export = "path/to/directory_of_file") } # }