Package: pharmaRTF 0.1.4

pharmaRTF: Enhanced RTF Wrapper for Use with Existing Table Packages
Enhanced RTF wrapper written in R for use with existing R tables packages such as 'Huxtable' or 'GT'. This package fills a gap where tables in certain packages can be written out to RTF, but cannot add certain metadata or features to the document that are required/expected in a report for a regulatory submission, such as multiple levels of titles and footnotes, making the document landscape, and controlling properties such as margins.
Authors:
pharmaRTF_0.1.4.tar.gz
pharmaRTF_0.1.4.zip(r-4.7)pharmaRTF_0.1.4.zip(r-4.6)pharmaRTF_0.1.4.zip(r-4.5)
pharmaRTF_0.1.4.tgz(r-4.6-any)pharmaRTF_0.1.4.tgz(r-4.5-any)
pharmaRTF_0.1.4.tar.gz(r-4.7-any)pharmaRTF_0.1.4.tar.gz(r-4.6-any)
pharmaRTF_0.1.4.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
pharmaRTF/json (API)
NEWS
| # Install 'pharmaRTF' in R: |
| install.packages('pharmaRTF', repos = c('https://atorus-research.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/atorus-research/pharmartf/issues
Last updated from:32ea691402. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 196 | ||
| source / vignettes | OK | 263 | ||
| linux-release-x86_64 | OK | 232 | ||
| macos-release-arm64 | OK | 77 | ||
| macos-oldrel-arm64 | OK | 99 | ||
| windows-devel | OK | 91 | ||
| windows-release | OK | 90 | ||
| windows-oldrel | OK | 86 | ||
| wasm-release | OK | 164 |
Exports:add_footnotesadd_titlesalignalign<-boldbold<-column_header_buffercolumn_header_buffer<-fontfont_sizefont_size<-font<-footer_heightfooter_height<-header_heightheader_height<-header_rowsheader_rows<-hf_lineignore_cell_paddingignore_cell_padding<-indexindex<-italicitalic<-marginsmargins<-orientationorientation<-pagesizepagesize<-rtf_docset_alignset_boldset_column_header_bufferset_fontset_font_sizeset_footer_heightset_header_heightset_header_rowsset_ignore_cell_paddingset_indexset_italicset_marginsset_orientationset_pagesizeset_texttexttext<-titles_and_footnotes_from_dfview_footnotesview_titleswrite_rtf
Dependencies:assertthatbase64enccachemclicommonmarkdigestfansifastmapgenericsgluehtmltoolshuxtablelifecyclemagrittrmemoisepurrrR6rlangstringistringrtidyselectvctrswithrxml2
Advanced Usage of pharmaRTF
Rendered fromadvanced_usage.Rmdusingknitr::rmarkdownon May 16 2026.Last update: 2021-02-16
Started: 2020-04-30
Huxtable Tips
Rendered fromhuxtable_tips.Rmdusingknitr::rmarkdownon May 16 2026.Last update: 2020-09-08
Started: 2020-04-30
pharmaRTF
Rendered frompharmaRTF.Rmdusingknitr::rmarkdownon May 16 2026.Last update: 2020-09-08
Started: 2020-04-30
Sourcing Titles and Footnotes From External Files
Rendered fromtf_from_file.Rmdusingknitr::rmarkdownon May 16 2026.Last update: 2021-03-08
Started: 2020-04-30
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| pharmaRTF | pharmaRTF-package pharmaRTF |
| Add 'hf_line' title(s) and footnote(s) to a 'rtf_doc' object | add_footnotes add_titles |
| Return or set text alignment | align align<- set_align |
| Return or set bold | bold bold<- set_bold |
| Return or set column_header_buffer attributes | column_header_buffer column_header_buffer<- set_column_header_buffer |
| Return or set font | font font<- set_font |
| Return or set font size | font_size font_size<- set_font_size |
| Return or set header/footer height | footer_height footer_height<- header_height header_height<- set_footer_height set_header_height |
| Return or set the header_rows | header_rows header_rows<- set_header_rows |
| Create a title line container | hf_line |
| Return or set ignore_cell_padding | ignore_cell_padding ignore_cell_padding<- set_ignore_cell_padding |
| Return or set index | index index<- set_index |
| Return or set italics | italic italic<- set_italic |
| Return or set margins | margins margins<- set_margins |
| Return or set orientation | orientation orientation<- set_orientation |
| Return or set pagesize | pagesize pagesize<- set_pagesize |
| Create a 'rtf_doc' object | rtf_doc |
| Return or set text | set_text text text<- |
| Read titles and footnotes from a dataframe | titles_and_footnotes_from_df |
| View footnote information | view_footnotes |
| View title information | view_titles |
| Write RTF document | write_rtf |
