Learn R Programming

packager (version 1.9.0)

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?

pkg

Path to the package directory (see as.package).