is_integery {framecleaner} | R Documentation |
is integery
Description
practical extension of rlang::is_integerish that supports integer64, integers in character strings, and doesn't coerce factors
Usage
is_integery(x)
Arguments
x |
a vector |
Value
logical
[Package framecleaner version 0.2.1 Index]