use_directory() creates a directory (if it does not already exist) in the
package root dir. This function powers many of the other use_ functions
such as use_data() and use_vignette().
Usage
use_directory(path, ignore = FALSE)
Arguments
path
Path of the directory to create (relative to base_path).
ignore
Should the newly created file be added to .Rbuildignore?