R/utils_general.R
is.cint.Rd
Checks if an object inherits class "cint".
is.cint(x)
Any object.
A logical vector of length one.
is.cint(ci_proportion(5, 20)) #> [1] TRUE is.cint(c(1, 2)) #> [1] FALSE