Free Access Week-  Data Engineering + BI
Data engineering and BI courses are free!
Free AI Access Week from June 2-8

omnibus (version 1.2.12)

dirCreate: 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(...)

Value

Nothing (creates a directory on the storage system).

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.

See Also