powered by
is_single_positive(x)
is_single
is_single_negative
is_single_positive(1.0) # TRUE is_single_positive(c(1.0,2)) # FALSE is_single_positive(-1.0) # FALSE is_single_positive(0) # FALSE is_single_positive(NA) # FALSE
Run the code above in your browser using DataLab