Skip to contents

Create directory if it does not exist

Usage

create_dir(dir_path)

Arguments

dir_path

Path to directory to be created

Examples

if (FALSE) { # \dontrun{
create_dir("/Users/johndoe/my_new_dir")
} # }