https://github.com/cran/cutpointr
Raw File
Tip revision: 94a7e298b1a50d93e8a9ccb813a070f7b30f3da1 authored by Christian Thiele on 21 March 2018, 08:27:24 UTC
version 0.7.2
Tip revision: 94a7e29
print.cutpointr.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/print.cutpointr.R
\name{print.cutpointr}
\alias{print.cutpointr}
\title{Print cutpointr objects}
\source{
Kirill Müller and Hadley Wickham (2017). tibble: Simple Data Frames.
 https://CRAN.R-project.org/package=tibble
}
\usage{
\method{print}{cutpointr}(x, width = 1000, n = 50, ...)
}
\arguments{
\item{x}{a cutpointr object.}

\item{width}{width of output.}

\item{n}{number of rows to print.}

\item{...}{further arguments.}
}
\description{
Prints the \code{cutpointr} object with full width like a \code{tbl_df}.
}
back to top