powered by
Checks for leading or trailing whitespace in character vectors.
.detect_whitespace(x)
A list with:
Logical indicating if whitespace issues found
Indices of values with leading whitespace
Indices of values with trailing whitespace
Unique values with whitespace issues
A character vector to check.