Replies: 1 comment 4 replies
-
I was able to solve the issue by creating self-contained html files: ---
title: "test"
format:
html:
self-contained: true
params:
variable:
"mpg"
--- Maybe this is something to add to the documentation, at least? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Help
Description
I am rendering parameterized reports with
tar_quarto_rep
. The basic steps of parameterising all work fine (I am able to use the parameters that I supply viatar_quarto_rep
). However, when I render the reports which include figures, all reports show the same figures; that is, the figures from the last run (in this case withdisp
on the x-axis). In the code below, an output directoryreport_files
is created, and both reports link to the figures of this directory. I thus might haven
reports, but onlyone
set of figures. I am not sure whether I am misunderstanding something, or whether this is a bug.Created on 2023-11-23 with reprex v2.0.2
For completeness, these are the two files I use (might be easier to copy-paste):
_targets.R
:report.qmd
:Beta Was this translation helpful? Give feedback.
All reactions