Learn R Programming

vmTools (version 1.0.1)

validate_dir_exists: Validate whether a directory exists

Description

Validate whether a directory exists

Usage

validate_dir_exists(x, verbose = TRUE)

Value

[lgl] TRUE if directory exists, FALSE otherwise

Arguments

x

[path] A directory path

verbose

[lgl] message to std_out?

See Also

Other validations: is_an_error(), validate_not_empty()