Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

override argument of render() used in example does not exist #161

Closed
pawelru opened this issue Mar 7, 2024 · 1 comment
Closed

override argument of render() used in example does not exist #161

pawelru opened this issue Mar 7, 2024 · 1 comment

Comments

@pawelru
Copy link

pawelru commented Mar 7, 2024

example:

quarto-r/R/render.R

Lines 67 to 68 in 9083fa3

#' # Override metadata
#' quarto_render("notebook.Rmd", override = list(lang = "fr", echo = "false"))

list of arguments:

quarto-r/R/render.R

Lines 71 to 90 in 9083fa3

quarto_render <- function(input = NULL,
output_format = NULL,
output_file = NULL,
execute = TRUE,
execute_params = NULL,
execute_dir = NULL,
execute_daemon = NULL,
execute_daemon_restart = FALSE,
execute_debug = FALSE,
use_freezer = FALSE,
cache = NULL,
cache_refresh = FALSE,
metadata = NULL,
metadata_file = NULL,
debug = FALSE,
quiet = FALSE,
profile = NULL,
quarto_args = NULL,
pandoc_args = NULL,
as_job = getOption("quarto.render_as_job", "auto")) {

@pawelru pawelru changed the title override argument of render() used in example does not exists override argument of render() used in example does not exist Mar 7, 2024
@cderv cderv closed this as completed in 7bd360d Mar 7, 2024
@cderv
Copy link
Collaborator

cderv commented Mar 7, 2024

Thank you !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants