tabIndentLevels: Determines indentation level of text, based on tab characters...

Description Usage Arguments Value

Description

Splits the input text at paragraph boundaries (determined by \t or \n), counts the number of leading tabs in each paragraph, removes the tab stops, and returns text with \r as collapsed string.

Usage

1
  tabIndentLevels(text, sep = "\r")

Arguments

text

Character string, with paragraph breaks indicated by \r or \n

sep

Character Separator to indicated paragraph breaks. Defaults to \r, the PowerPoint standard

Value

a list consisting of two elements: text and levels


andrie/braidppt documentation built on May 10, 2019, 11:18 a.m.