Using the same code to generate reports for different customers #2527
Unanswered
philipgladwin
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Check out environment variables here: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a dozen Customers that I would like to generate a report for. The Customer's name is a variable in the code so that database tables can be queried for that Customer. Working in Quarto which I'm enjoying very much. Report is in the style of a book. I'd like to run the report for one customer and keep it and run the second report for the next Customer.......Currently files are sent to a directory "_book" and are over written each time. Is there any way to define in RStudio the name of the output directly during the render process?
Secondly how to I publish each report for each Customer to bookdown?
Thank you for any help.
Phil,
Beta Was this translation helpful? Give feedback.
All reactions