Description Usage Arguments Value See Also Examples
View source: R/identifyWhitespace.R
A checkFunction to be called from check
that identifies prefixed and suffixed whitespace(s) in character,
(haven_)labelled or factor variables.
1 | identifyWhitespace(v, nMax = 10)
|
v |
A character, (haven_)labelled or factor variable to check. |
nMax |
The maximum number of problematic values to report.
Default is |
A checkResult
with three entires:
$problem
(a logical indicating whether any whitespaces were
fount), $message
(a message describing which values were prefixed
or suffixed with whitespace) and $problemValues
(the problematic
values). Note that only unique values are printed in the message, and that
they are sorted alphabetically.
check
, allCheckFunctions
,
checkFunction
, checkResult
1 | identifyWhitespace(c("a", " b", "c", "d ", "e "))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.