Chastkofsky, Michael
2022-Jun-16 21:22 UTC
[R] [R-pkgs] r2rtf: Easily Create Production-Ready Rich Text Format (RTF) Table and Figure
Good afternoon. I have been using the r2rtf package to generate tables for regulatory submissions, but have encountered some difficulties in formatting. Whenever a table is longer than one page, opening the file gives an error stating that the table has become corrupted. The file then proceeds to open normally, and it doesn't look like there is a problem. Do you know what is causing this warning? Is there a way to resolve it? Thanks you for your help. Michael Chastkofsky [[alternative HTML version deleted]]
David Winsemius
2022-Jun-16 23:16 UTC
[R] [R-pkgs] r2rtf: Easily Create Production-Ready Rich Text Format (RTF) Table and Figure
On 6/16/22 14:22, Chastkofsky, Michael via R-help wrote:> Good afternoon. > > I have been using the r2rtf package to generate tables for regulatory submissions, but have encountered some difficulties in formatting. Whenever a table is longer than one page, opening the file gives an error stating that the table has become corrupted. The file then proceeds to open normally, and it doesn't look like there is a problem. Do you know what is causing this warning? Is there a way to resolve it? Thanks you for your help.This would seem to be better addressed to the package maintainer and when you do it might help if you offered a reproducible example. Also Rhelp is? a plain text-only mailing list. If didn't matter here but if you send messages with tabular data it will probably get mangled by the HTML stripping process done by the mail server.> > Michael Chastkofsky > > > [[alternative HTML version deleted]] > --David
Bert Gunter
2022-Jun-16 23:19 UTC
[R] [R-pkgs] r2rtf: Easily Create Production-Ready Rich Text Format (RTF) Table and Figure
Specialized package questions like this generally should go to the package maintainer: Yilong Zhang <elong0527 at gmail.com> Bert On Thu, Jun 16, 2022 at 4:08 PM Chastkofsky, Michael via R-help < r-help at r-project.org> wrote:> Good afternoon. > > I have been using the r2rtf package to generate tables for regulatory > submissions, but have encountered some difficulties in formatting. Whenever > a table is longer than one page, opening the file gives an error stating > that the table has become corrupted. The file then proceeds to open > normally, and it doesn't look like there is a problem. Do you know what is > causing this warning? Is there a way to resolve it? Thanks you for your > help. > > Michael Chastkofsky > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >[[alternative HTML version deleted]]
Jeff Newmiller
2022-Jun-17 19:01 UTC
[R] [R-pkgs] r2rtf: Easily Create Production-Ready Rich Text Format (RTF) Table and Figure
You may find using the flextable package to output to docx via officer helpful. If rtf is actually a requirement then pandoc may help. On June 16, 2022 2:22:12 PM PDT, "Chastkofsky, Michael via R-help" <r-help at r-project.org> wrote:>Good afternoon. > >I have been using the r2rtf package to generate tables for regulatory submissions, but have encountered some difficulties in formatting. Whenever a table is longer than one page, opening the file gives an error stating that the table has become corrupted. The file then proceeds to open normally, and it doesn't look like there is a problem. Do you know what is causing this warning? Is there a way to resolve it? Thanks you for your help. > >Michael Chastkofsky > > > [[alternative HTML version deleted]] > >______________________________________________ >R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >https://stat.ethz.ch/mailman/listinfo/r-help >PLEASE do read the posting guide http://www.R-project.org/posting-guide.html >and provide commented, minimal, self-contained, reproducible code.-- Sent from my phone. Please excuse my brevity.