use_directory: Use a Directory
Description
Create a directory.
this is verbatim copy of git commit
a5e5805ecd630ebc46e080bd78ebcf32322efe3c
of usethis.
Usage
use_directory(path, ignore = FALSE, pkg = ".")
Arguments
path
Path of the directory to create, relative to the project.
ignore
Add the directory to .Rbuildignore
?