create_if_not {unifir} | R Documentation |
Create directory if it doesn't exist
Description
Create directory if it doesn't exist
Usage
create_if_not(path, recur = FALSE)
Arguments
path |
The path to be created |
recur |
Boolean: create directories recursively? |
[Package unifir version 0.2.4 Index]