A vld function template.

vld_function_template(x)

Arguments

x

The object to check.

Value

A flag indicating whether the condition was met.

Details

Validates character using

is.character(x).

See also

Examples

vld_function_template("1")
#> [1] TRUE
vld_function_template(1)
#> [1] FALSE