use_directory: Use a directory

View source: R/directory.R

use_directoryR Documentation

Use a directory

Description

use_directory() creates a directory (if it does not already exist) in the project's top-level directory. 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 the project.

ignore

Should the newly created file be added to .Rbuildignore?

Examples

## Not run: 
use_directory("inst")

## End(Not run)

r-pkgs/usethis documentation built on March 23, 2024, 6:21 a.m.