checkInvalid {dplyrAssist} | R Documentation |
Check the validity of code
Description
Check the validity of code
Usage
checkInvalid(temp)
Arguments
temp |
A character string to check validity |
Value
The position of the first invalid code or NULL
Examples
checkInvalid(c("iris","irisssss"))
[Package dplyrAssist version 0.1.0 Index]