Learn R Programming

Xmisc (version 0.0.9)

make.dir: Make a directory recursively

Description

Make a directory recursively

Usage

make.dir(x, mode)

Arguments

x
character, a directory name.
mode
the mode of the path, see dir.create

Examples

Run this code
try(make.dir('~/tmpdir','751'))

Run the code above in your browser using DataLab