justify: Justify strings like in open office or excel so each line is...

Description Usage Arguments Value

Description

Justify strings like in open office or excel so each line is the exact same length (this doesn't do it).

Usage

1
2
justify(string, width = getOption("width"), fill = c("random", "right",
  "left"))

Arguments

string

input string

width

width of justified outcome.

fill

where additional spaces should be added (default random)

Value

justifed string


nverno/rstuff documentation built on May 24, 2019, 10:55 a.m.