setup_directory.Rd
Setup a directory if it does not exist.
setup_directory(directory)
The path to the directory to be created.
Returns TRUE if the directory is created, FALSE otherwise.
setup_directory("new_directory_path") #> [1] TRUE