laTeXParagraphWrite {WebAnalytics} | R Documentation |
Writes a LaTex paragraph on stdout
Description
A convenience function to write a paragraph (with optional text) on stdout. This is useful in code blocks in Brew files, for example between graphics.
Usage
laTeXParagraphWrite(string="")
Arguments
string |
Text to be inserted into the paragraph |
Value
Does not return any value
Author(s)
Greg Hunt <greg@firmansyah.com>
Examples
laTeXParagraphWrite()
laTeXParagraphWrite("blah blah")
[Package WebAnalytics version 0.9.12 Index]