dir.verify {microplot}R Documentation

Verifies existence of, or creates, a directory.

Description

Verifies existence of, or creates, a directory.

Usage

dir.verify(path)

Arguments

path

A character vector containing a single path name. See dir.exists for more detail.

Value

Logical. TRUE if the directory already exists or is newly created.

Author(s)

Richard M. Heiberger <rmh@temple.edu>

See Also

dir.exists


[Package microplot version 1.0-45 Index]