is_full_figures {thinkr} | R Documentation |
detects if a character vector is only made with figures. Useful when you
is_full_figures(.)
. |
a vector of character (and eventually NA's) |
a boolean
is_full_figures(c(NA,"0","25.3"))
is_full_figures((c(NA,"0","25_3")))