Replies: 1 comment 5 replies
-
@fkohrt Please open discussions rather than issues after you checked the documentation. The only supported tag by Quarto ( ---
title: My Document
format: html
engine: knitr
params:
test: !expr "Sys.Date()"
--- |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have:
Bug description
The documentation at
help(topic = "knit_params", package = "knitr")
contains the following example document to show how parameters can be populated using R code.Steps to reproduce
Actual behavior
Rendering this document with Quarto leads to the following error:
Expected behavior
The document should render without errors.
Your environment
Quarto check output
Beta Was this translation helpful? Give feedback.
All reactions