View source: R/print.cutpointr.R
print.cutpointr | R Documentation |
Prints the cutpointr
object with full width like a tbl_df
.
## S3 method for class 'cutpointr' print(x, width = 1000, n = 50, sigfig = 6, ...)
x |
a cutpointr object. |
width |
width of output. |
n |
number of rows to print. |
sigfig |
Number of significant digits to print. Temporarily overrides options("pillar.sigfig"). |
... |
further arguments. |
Kirill Müller and Hadley Wickham (2017). tibble: Simple Data Frames. https://CRAN.R-project.org/package=tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.