nlines | R Documentation |
Number of lines required to print a value
nlines(x, colwidths = NULL, max_width = NULL, fontspec, col_gap = NULL)
## S4 method for signature 'list'
nlines(x, colwidths = NULL, max_width = NULL, fontspec, col_gap = NULL)
## S4 method for signature 'NULL'
nlines(x, colwidths = NULL, max_width = NULL, fontspec, col_gap = NULL)
## S4 method for signature 'character'
nlines(x, colwidths = NULL, max_width = NULL, fontspec, col_gap = NULL)
x |
( |
colwidths |
( |
max_width |
( |
fontspec |
( |
col_gap |
( |
The number of lines needed to render the object x
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.