Skip to contents

This function creates a directory at the specified path if it does not already exist.

Usage

create_dir(export)

Arguments

export

Path to the directory to be created

Value

Message indicating the status of directory creation

Examples

create_dir(export = "path/to/directory_of_file")
#> 2024-09-18 14:32:50 Directory path/to/directory_of_file created. 
unlink("path", recursive = TRUE)