Learn R Programming

formatters (version 0.5.0)

nlines: Number of lines required to print a value

Description

Number of lines required to print a value

Usage

nlines(x, colwidths = NULL, max_width = NULL)

# S4 method for list nlines(x, colwidths = NULL, max_width = NULL)

# S4 method for `NULL` nlines(x, colwidths = NULL, max_width = NULL)

# S4 method for character nlines(x, colwidths = NULL, max_width = NULL)

Value

A scalar numeric indicating the number of lines needed to render the object x.

Arguments

x

ANY. The object to be printed

colwidths

numeric. Column widths (if necessary).

max_width

numeric(1). Width strings should be wrapped to when determining how many lines they require.