R/vld.R
vld_function_template.Rd
A vld function template.
vld_function_template(x)
The object to check.
A flag indicating whether the condition was met.
Validates character using
is.character(x).
is.character(x)
chk_function_template()
vld_function_template("1")#> [1] TRUEvld_function_template(1)#> [1] FALSE