Skip to content
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

Utility function for generating PDF reports #66

Open
dan-knight opened this issue Nov 29, 2022 · 0 comments
Open

Utility function for generating PDF reports #66

dan-knight opened this issue Nov 29, 2022 · 0 comments
Labels
enhancement New feature or request future Planned future features

Comments

@dan-knight
Copy link
Collaborator

This should be a generic wrapper for the rmarkdown::render() function. It will likely be a private function that can be used by other, more specific public functions to generate a particular type of report.

Report types will likely be stored in the /inst directory as .Rmd files, which can be called withrmarkdown::render() to generate a report. This should be able to pass variables to the Rmarkdown file, though this will require some research.

@dan-knight dan-knight added the enhancement New feature or request label Nov 29, 2022
@dan-knight dan-knight added the future Planned future features label Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request future Planned future features
Projects
None yet
Development

No branches or pull requests

1 participant