Your question in one sentence (e.g., How do I preview documents with Quarto?) #9923
-
DescriptionHello, I am relatively new to Quarto. I have some (very limited experience) in Rmarkdown but made the switch over for this project I am working on because self-improvement or something..... Some background; the goal is to automate a report that happens every quarter for different stakeholders based on a survey. there are about 26 questions they want data on, so one slide per question, though they want the same thing on each slide (hence the desire to automate). Long story short a wrote a big long function that produces 3 horizontal stacked bar charts and 3 gt tables formatted the way I need them (honestly still learning about user-defined functions so any suggestions for that would also be good....). The function works when I run it in a normal R script, but when I try to render a revealjs in Quarto I get an error i dont understand....The data cant be shared, so I hope I can get by with just sharing the function and the error, but if necessary i can make up fake data. I'm in windows 10, running quarto 1.3.450 thank you in advance.
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
The issue is unrelated to Quarto as per the error message. Could you also edit your post to have a meaningful title? Thank you. For more help, could you share a small self-contained "working" (reproducible) example to work with, i.e., a complete Quarto document or a Git repository? The goal is to make it as easy as possible for us to recreate your problem so that we can fix it: please help us help you! Thanks. You can share a self-contained "working" (reproducible) Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four If you have multiple files (and if it is absolutely required to have multiple files), please share as a Git repository.
Additionally and if not already given, please share the output of |
Beta Was this translation helpful? Give feedback.
-
Unfortunately, this isn't a Quarto error; this is a |
Beta Was this translation helpful? Give feedback.
-
how do I delete a post....turns out this was because i had not included patchwork as one of the loaded packages....which fixed it... |
Beta Was this translation helpful? Give feedback.
how do I delete a post....turns out this was because i had not included patchwork as one of the loaded packages....which fixed it...