-
Notifications
You must be signed in to change notification settings - Fork 50
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
Migrate Exporter logic to formatters
#491
Comments
Hi @gmbecker , I think this is really good to move out of rtables. Though I wonder if formatters is the best place to host these export functionalities. from a workflow point of view, these should be downstream functionalities. something like export_rtables_to_pdf, export_rlistings_to_pdf, export_rtables_to_rtf, export_rlistings_to_rtf, I wonder we should start a new package for the downstream process |
@shajoezhu, whole point is that we would not have export_rtables_bla and export_rlistings_bla, we only need one because it is a function of the MatrixPrintForm (and its embedded pagination_dfs). That is why it belongs in formatters, because it is shared functionality. |
absolutely agree: we just need one my point is from package dependency point of view. |
export_as_txt
tt_to_flextable
(rename function if so)export_as_pdf
export_as_rtf
The text was updated successfully, but these errors were encountered: