Skip to content

Commit

Permalink
old argument name leftover
Browse files Browse the repository at this point in the history
closes #161
  • Loading branch information
cderv committed Mar 7, 2024
1 parent 520506c commit 7bd360d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/render.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
#' quarto_render("notebook.md")
#'
#' # Override metadata
#' quarto_render("notebook.Rmd", override = list(lang = "fr", echo = "false"))
#' quarto_render("notebook.Rmd", metadata = list(lang = "fr", execute = list(echo = FALSE)))
#' }
#' @export
quarto_render <- function(input = NULL,
Expand Down
2 changes: 1 addition & 1 deletion man/quarto_render.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7bd360d

Please sign in to comment.