View source: R/utils_general.R
is.cint | R Documentation |
Checks if an object inherits class "cint".
is.cint(x)
x |
Any object. |
A logical vector of length one.
is.cint(ci_proportion(5, 20))
is.cint(c(1, 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.