A character vector of comments used in table (no default).
rtfFile
rtfFile to write the output to if writeText=T.
writeText
T/F determining whether RTF text for row should be written to the given file or not
or if the string should just be returned.
cmtStyle
RTF text style to use for the comment text. (default=TableNoteInfoStyle)
VALUE:
String containing the RTF that will create the comment as specified; if writeText=T,
the return string can be ignored, otherwise the calling function will need to
write the string to the RTF file.
AUTHOR(S):
TIBCO Software Inc.
SEE ALSO:
EXAMPLES:
## write out text footnote
outString <- rtfWriteTableFootnote("Source of Table note", rtfFile, writeText=F)