Package: rtf 0.4-14
rtf: Rich Text Format (RTF) Output
A set of R functions to output Rich Text Format (RTF) files with high resolution tables and graphics that may be edited with a standard word processor such as Microsoft Word.
Authors:
rtf_0.4-14.tar.gz
rtf_0.4-14.zip(r-4.5)rtf_0.4-14.zip(r-4.4)rtf_0.4-14.zip(r-4.3)
rtf_0.4-14.tgz(r-4.4-any)rtf_0.4-14.tgz(r-4.3-any)
rtf_0.4-14.tar.gz(r-4.5-noble)rtf_0.4-14.tar.gz(r-4.4-noble)
rtf_0.4-14.tgz(r-4.4-emscripten)rtf_0.4-14.tgz(r-4.3-emscripten)
rtf.pdf |rtf.html✨
rtf/json (API)
NEWS
# Install 'rtf' in R: |
install.packages('rtf', repos = c('https://schaffman5.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/schaffman5/rtf/issues
Last updated 5 years agofrom:09ed94bc77. Checks:OK: 1 WARNING: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 18 2024 |
R-4.5-win | WARNING | Nov 18 2024 |
R-4.5-linux | WARNING | Nov 18 2024 |
R-4.4-win | WARNING | Nov 18 2024 |
R-4.4-mac | WARNING | Nov 18 2024 |
R-4.3-win | WARNING | Nov 18 2024 |
R-4.3-mac | WARNING | Nov 18 2024 |
Exports:addHeaderaddHeader.RTFaddNewLineaddNewLine.RTFaddPageBreakaddPageBreak.RTFaddParagraphaddParagraph.RTFaddPlotaddPlot.RTFaddPngaddPng.RTFaddSessionInfoaddSessionInfo.RTFaddTableaddTable.RTFaddTextaddText.RTFaddTOCaddTOC.RTFaddTrellisObjectaddTrellisObject.RTFdecreaseIndentdecreaseIndent.RTFdonedone.RTFendParagraphendParagraph.RTFincreaseIndentincreaseIndent.RTFRTFrtf.forest.plotrtf.forest.plot.xscalesetFontSizesetFontSize.RTFstartParagraphstartParagraph.RTFviewview.RTF
Dependencies:R.methodsS3R.oo
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Package rtf | rtf-package rtf |
Insert a header into the RTF document | addHeader,RTF-method addHeader.RTF RTF.addHeader |
Insert a new line into the RTF document | addNewLine,RTF-method addNewLine.RTF RTF.addNewLine |
Insert a page break into the RTF document optionally specifying new page settings | addPageBreak,RTF-method addPageBreak.RTF RTF.addPageBreak |
Insert a paragraph into the RTF document | addParagraph,RTF-method addParagraph.RTF RTF.addParagraph |
Insert a plot into the RTF document | addPlot,RTF-method addPlot.RTF RTF.addPlot |
Insert an existing PNG image into the RTF document | addPng,RTF-method addPng.RTF RTF.addPng |
Insert session information into the RTF document | addSessionInfo,RTF-method addSessionInfo.RTF RTF.addSessionInfo |
Insert a table into the RTF document | addTable,RTF-method addTable.RTF RTF.addTable |
Insert text into the RTF document | addText,RTF-method addText.RTF RTF.addText |
Insert table of contents field | addTOC,RTF-method addTOC.RTF RTF.addTOC |
Insert a trellis plot object into the RTF document | addTrellisObject,RTF-method addTrellisObject.RTF RTF.addTrellisObject |
Decrease RTF document indent | decreaseIndent,RTF-method decreaseIndent.RTF RTF.decreaseIndent |
Write and close the RTF output | done,RTF-method done.RTF RTF.done |
End a paragraph in the RTF document | endParagraph,RTF-method endParagraph.RTF RTF.endParagraph |
Increase RTF document indent | increaseIndent,RTF-method increaseIndent.RTF RTF.increaseIndent |
The RTF class | RTF |
Get an RTF encoded forest plot | rtf.forest.plot |
Set RTF document font size | RTF.setFontSize setFontSize,RTF-method setFontSize.RTF |
Start a new paragraph in the RTF document | RTF.startParagraph startParagraph,RTF-method startParagraph.RTF |
View encoded RTF | RTF.view view,RTF-method view.RTF |