dir_create: Create directory

Description Usage Arguments Value See Also

Description

Creates a directory

Rename directory

Copy directory

Logical test of whether directory exists

Usage

1
2
3
4
5
6
7
8
9
dir_create(path, recursive = FALSE)

dir_remove(path)

dir_rename(from, to)

dir_copy(from, to)

dir_exists(path)

Arguments

path

Path/name of directory to create

recursive

Logical indicating whether to recursively create new directory. This defaults to FALSE.

from

Name of directory to rename/copy

to

New directory

Value

Silently returns logical indicating success.

Logical indicating whether success

Logical value with TRUE indicating it exists

See Also

Other exists: file_create


mkearney/fml documentation built on May 9, 2019, 10:43 a.m.