Skip to content

Commit

Permalink
Update vignettes/decorate-module-output.Rmd
Browse files Browse the repository at this point in the history
Co-authored-by: André Veríssimo <[email protected]>
Signed-off-by: Marcin <[email protected]>
  • Loading branch information
m7pr and averissimo authored Nov 29, 2024
1 parent 3a9c68f commit 8992555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/decorate-module-output.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ tm_decorated_plot_table <- function(label = "module with two outputs", decorator
req(dataname(), x(), y())
within(data(),
{
plot <- ggplot2::ggplot(dataname, aes(x = xvar, y = yvar)) +
plot <- ggplot2::ggplot(dataname, ggplot2::aes(x = xvar, y = yvar)) +
ggplot2::geom_point()
},
dataname = as.name(dataname()),
Expand Down

0 comments on commit 8992555

Please sign in to comment.