View source: R/utils_general.R
print.cint | R Documentation |
Print method for an object of class "cint".
## S3 method for class 'cint'
print(x, digits = getOption("digits"), ...)
x |
A on object of class "cint". |
digits |
Number of digits used to format numbers. |
... |
Further arguments passed from other methods. |
Invisibly, the input is returned.
ci_mean(1:100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.