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