Learn R Programming

vmTools (version 1.0.1)

assert_dir_exists: Assert a directory exists on disk

Description

Assert a directory exists on disk

Usage

assert_dir_exists(x)

Value

[none] stop if assertion fails

Arguments

x

[chr] A directory path

See Also

Other assertions: assert_named_list(), assert_scalar(), assert_scalar_not_empty(), assert_type()