R/utils.R

Defines functions .is_a_bool

.is_a_bool <- function(x){
    is.logical(x) && length(x) == 1L && !is.na(x)
}

Try the Structstrings package in your browser

Any scripts or data that you put into this service are public.

Structstrings documentation built on Dec. 11, 2020, 2:01 a.m.