Description Usage Arguments Value Author(s) Examples
This function takes an input vector and outputs a character string with line breaks inserted so that, whenever possible, no line in the string exceeds the input value n.char, which is set to 78 characters by default. The input vector is coereced to mode character. When an element of the input vector is greater than n.char characters in length, then that element is inserted in the output character string as an individual line.
1 | vecprint(x, n.char = 78)
|
x |
Character vector. |
n.char |
The maximum number of characters per line. The default is 78. |
Character string that is suitable for printing by the functions: stop, warning, or cat.
Tom Kincaid Kincaid.Tom@epa.gov
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.