validate_dir_exists: Validate whether a directory exists

View source: R/validations.R

validate_dir_existsR Documentation

Validate whether a directory exists

Description

Validate whether a directory exists

Usage

validate_dir_exists(x, verbose = TRUE)

Arguments

x

[path] A directory path

verbose

[lgl] message to std_out?

Value

[lgl] TRUE if directory exists, FALSE otherwise

See Also

Other validations: is_an_error(), validate_not_empty()


vmTools documentation built on Aug. 8, 2025, 7:28 p.m.