search for: decreaseind

Displaying 1 result from an estimated 1 matches for "decreaseind".

Did you mean: decreased
2012 Oct 11
2
struggling with R2wd or SWord? Try rtf!
...xt(rtf, "text this way. But, you must end the paragraph manually with the endParagraph() function.\n") endParagraph(rtf) increaseIndent(rtf) addParagraph(rtf, paste(rep("You can indent text with the increaseIndent() function.", 4), collapse=" ")) addNewLine(rtf) decreaseIndent(rtf) addParagraph(rtf, paste(rep("And remove the indent with the decreaseIndent() function.", 4), collapse=" ")) addNewLine(rtf) addNewLine(rtf) addParagraph(rtf, "Table 1. Table of the iris data using the addTable() function.\n") tab <- table(iris$Species,...