| print.cutpointr {cutpointr} | R Documentation | 
Print cutpointr objects
Description
Prints the cutpointr object with full width like a tbl_df.
Usage
## S3 method for class 'cutpointr'
print(x, width = 1000, n = 50, sigfig = 6, ...)
Arguments
| 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. | 
Source
Kirill Müller and Hadley Wickham (2017). tibble: Simple Data Frames. https://CRAN.R-project.org/package=tibble
[Package cutpointr version 1.1.2 Index]