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.5)pharmaRTF_0.1.4.zip(r-4.4)pharmaRTF_0.1.4.zip(r-4.3)
pharmaRTF_0.1.4.tgz(r-4.4-any)pharmaRTF_0.1.4.tgz(r-4.3-any)
pharmaRTF_0.1.4.tar.gz(r-4.5-noble)pharmaRTF_0.1.4.tar.gz(r-4.4-noble)
pharmaRTF_0.1.4.tgz(r-4.4-emscripten)pharmaRTF_0.1.4.tgz(r-4.3-emscripten)
pharmaRTF.pdf |pharmaRTF.html✨
pharmaRTF/json (API)
NEWS
# Install 'pharmaRTF' in R: |
install.packages('pharmaRTF', repos = c('https://pharmaverse.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/atorus-research/pharmartf/issues
Last updated 3 years agofrom:32ea691402. Checks:OK: 7. Indexed: no.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 11 2024 |
R-4.5-win | OK | Oct 11 2024 |
R-4.5-linux | OK | Oct 11 2024 |
R-4.4-win | OK | Oct 11 2024 |
R-4.4-mac | OK | Oct 11 2024 |
R-4.3-win | OK | Oct 11 2024 |
R-4.3-mac | OK | Oct 11 2024 |
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.Rmd
usingknitr::rmarkdown
on Oct 11 2024.Last update: 2021-02-16
Started: 2020-04-30
Huxtable Tips
Rendered fromhuxtable_tips.Rmd
usingknitr::rmarkdown
on Oct 11 2024.Last update: 2020-09-08
Started: 2020-04-30
pharmaRTF
Rendered frompharmaRTF.Rmd
usingknitr::rmarkdown
on Oct 11 2024.Last update: 2020-09-08
Started: 2020-04-30
Sourcing Titles and Footnotes From External Files
Rendered fromtf_from_file.Rmd
usingknitr::rmarkdown
on Oct 11 2024.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 |