undoTwoColumns: Function undoTwoColumns

undoTwoColumnsR Documentation

Function undoTwoColumns

Description

Returns one-column version of two column-text.

Usage

undoTwoColumns(doc, sepwidth = 2, mid = NULL, regex = NULL,
  trim = T)

Arguments

doc

Character element with text with two columns (separated by whitespace).

sepwidth

Numeric element specifying the number of whitespaces that are assumed to separate columns. Defaults to 2.

mid

Numeric element specifying the number of characters until the end of the first column. If NULL (default) this number is estimated based on the text.

trim

Logical element speficying whether the text is trimmed before inferring that an empty line is to be treated as/like a pagebreak.

Details

Returns one-column version of two column-text.


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