make.dir: Make a directory recursively

Description Usage Arguments Author(s) Examples

Description

Make a directory recursively

Usage

1

Arguments

x

character, a directory name.

mode

the mode of the path, see dir.create

Author(s)

Xiaobei Zhao

Examples

1
2
3
4
5
6
7
8
## Not run: 
if (character_to_logical(
  raw_input("Would you like to create a directory for testing
  at current working directory?",c('yes','no')))){
  ## make.dir('testdir','751') # uncomment it to let R create the directory
}

## End(Not run)

Xmisc documentation built on May 2, 2019, 8:23 a.m.