| xpose.string.print | R Documentation |
Print a string with a certain number of characters per row.
xpose.string.print(value, fill = 60, file = "")
value |
The text to print. |
fill |
How wide should the text be per row. |
file |
Where to print. |
Niclas Jonsson and Andrew C. Hooker