-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allow vectorized input in r2rtf::rtf_title
, r2rtf::rtf_footnote
etc
#98
Comments
Below is an ad-hoc solution, but will need to improve it after addressing #88
|
It would also be great if we can cover these cases in the unit tests. |
Thanks Yilong, suggested temporary solution of text within paragraph works beautifully to make some titles left justified and center others in the same output. Thank you |
Please refer https://merck.github.io/r2rtf/reference/rtf_page_header.html and a summary of function can be found in https://r4csr.org/slides/r4csr-gwu.html#20 |
Fixed in #100 Example code:
|
The argument in r2rtf::rtf_title should allow vectorized argument. For example:
The text was updated successfully, but these errors were encountered: