We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Rmarkdown allows using template documents to style docx and pptx files.
docx
pptx
https://bookdown.org/yihui/rmarkdown/word-document.html https://bookdown.org/yihui/rmarkdown-cookbook/word-template.html https://bookdown.org/yihui/rmarkdown/powerpoint-presentation.html#ppt-templates
Would it be possible for teal.reporter to
teal.reporter
Both could work by presenting a fileInput conditional on the document type being "word" or "powerpoint"
fileInput
"word"
"powerpoint"
This would require (among other things) allowing reference_docx in rmd_yaml_args in reporter_previewer_srv and download_report_button_srv.
reference_docx
rmd_yaml_args
reporter_previewer_srv
download_report_button_srv
Possibly related to #15
The text was updated successfully, but these errors were encountered:
The concept is plausible. @kumamiao what do you think?
Sorry, something went wrong.
Sorry just saw this, I like the idea and think it would improve user experience.
No branches or pull requests
Feature description
Rmarkdown allows using template documents to style
docx
andpptx
files.https://bookdown.org/yihui/rmarkdown/word-document.html
https://bookdown.org/yihui/rmarkdown-cookbook/word-template.html
https://bookdown.org/yihui/rmarkdown/powerpoint-presentation.html#ppt-templates
Would it be possible for
teal.reporter
toBoth could work by presenting a
fileInput
conditional on the document type being"word"
or"powerpoint"
This would require (among other things) allowing
reference_docx
inrmd_yaml_args
inreporter_previewer_srv
anddownload_report_button_srv
.Possibly related to #15
Code of Conduct
Contribution Guidelines
Security Policy
The text was updated successfully, but these errors were encountered: