Hello!
I'm writing a book on cross-platform development using Bookdown and also writing some accompanying blogposts using Blogdown.
Since, I'm describing some stuff which works different on different OSes/environments/etc my code snippets and command calls produce different results. So, I need to somehow “freeze” the output.
Recently, I discovered freeze
option in Quarto and I'm wondering is there anything similar in R Markdown to be used with Bookdown and/or Blogdown?
Thanks!