textbreaker: Function textbreaker

textbreakerR Documentation

Function textbreaker

Description

Adds linebreaks to text.

Usage

textbreaker(
 
    text = "Let's write some text with many different words and plot it in a nice little device.",
  maxlength = 30,
  maxlines = 10,
  centered = F,
  separator = "\n",
  trim = T,
  plot = F,
  ...
)

Arguments

text

Character value containing the text to be split into multiple lines.

maxlength

Numeric value specifying the maximum number of characters per line.

Details

Adds linebreaks to text.

Examples

textbreaker("hello world hello world hello world hello world")

AndreasFischer1985/quantqual documentation built on June 20, 2022, 4:55 p.m.