Skip to content
Discussion options

You must be logged in to vote

Julian from SO:

create_slide <- function(plot, index) {
    knitr::knit_child(text = c(
      paste("## Plot", index),
      "",
      "```{r}",
      "plot_list_q[[", index, "]]",
      "```"
    ), envir = environment(), quiet = TRUE)
  }

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mcanouil
Comment options

@Yann-C-INN
Comment options

Answer selected by cderv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
knitr computations pptx issue with pptx format
2 participants