Rdocumentation
powered by
Learn R Programming
inspectr (version 1.0.0)
character_check: Check whether all values are character strings or blanks (""). NA values are not permitted.
Description
To be used with
col_check
.
Usage
character_check(x)
Arguments
x
the data that enters the function (the column specified in
col_check
)