Learn R Programming

thinkr (version 0.16)

is_full_figures: Predicate for charater vector full of figures

Description

detects if a character vector is only made with figures. Useful when you

Usage

is_full_figures(.)

Value

a boolean

Arguments

.

a vector of character (and eventually NA's)

Examples

Run this code
is_full_figures(c(NA,"0","25.3"))
is_full_figures((c(NA,"0","25_3")))

Run the code above in your browser using DataLab