undoTwoColumns | R Documentation |
Returns one-column version of two column-text.
undoTwoColumns(doc, sepwidth = 2, mid = NULL, regex = NULL, trim = T)
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. |
Returns one-column version of two column-text.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.