use_directory {packager}R Documentation

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).


[Package packager version 1.15.2 Index]