Checks a set of variables can be coerced to a character and coerces them
Source:R/params_check_types.R
check_character.Rd
Checks a set of variables can be coerced to a character and coerces them
Usage
check_character(
...,
.message = "`{param}` is not a character: ({err}).",
.env = rlang::caller_env()
)