tidy_text: Tidy text

Description Usage Arguments

Description

Tidies text.

Usage

1
tidy_text(text, width = getOption("stylermd.line_width"))

Arguments

text

The text to tidy.

width

The maximal lenght of a line. If length(width) > 1, the elements are used sequentially, one for each iteration. If there are more iterations than values of width, the last value of width is used for all remaining iterations.


lorenzwalthert/stylermd documentation built on May 5, 2019, 1:36 a.m.