dirCreate: Replacement for dir.create()

View source: R/dirCreate.r

dirCreateR Documentation

Replacement for dir.create()

Description

This function is a somewhat friendlier version of dir.create in that it automatically sets recursive=TRUE and showWarnings=FALSE arguments.

Usage

dirCreate(...)

Arguments

...

Character string(s). The path and name of the directory to create. Multiple strings will be pasted together into one path, although slashes will not be pasted between them.

Value

Nothing (creates a directory on the storage system).

See Also

dir.create


omnibus documentation built on Sept. 17, 2024, 5:09 p.m.