Description Usage Arguments Value Author(s) Examples
View source: R/fixedWidthCat.R
fixedWidthCat
makes sure that the output of a show method fits on the
page by inserting lines breaks into long strings.
numName
converts an integer to it's literal name.
sepInt
prints integers with a comma as separator between 1000s
1 | fixedWidthCat(x, width=getOption("width"))
|
x |
An R object which is to be shown. |
width |
The number of characters after which lines are to be broken. |
A character vector of the output with long lines broken
Florian Hahne
1 2 | long <- paste(rep(letters[1:24], 5), sep="", collapse="")
fixedWidthCat(long)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.