Learn R Programming

xpose4 (version 4.5.3)

xpose.string.print: Print a pretty string.

Description

Print a string with a certain number of characters per row.

Usage

xpose.string.print(value, fill = 60, file = "")

Arguments

value

The text to print.

fill

How wide should the text be per row.

file

Where to print. "" means to the screen.