Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions R/render.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@
#' to rendering the project in the current working directory).
#' @param output_format Target output format (defaults to `"html"`). The option
#' `"all"` will render all formats defined within the file or project.
#' @param output_file The name of the output file. If using `NULL`, the output
#' filename will be based on the filename for the input file. `output_file` is
#' mapped to the `--output` option flag of the `quarto` CLI. It is expected to
#' be a filename only, not a path, relative or absolute.
#' @param output_file Base name for single-file output (e.g. PDF, ePub, MS Word).
#' This sets the `output-file` Quarto metadata. If `NULL`, the output filename
#' will be based on the input filename.
#' @param execute Whether to execute embedded code chunks.
#' @param execute_params A list of named parameters that override custom params
#' specified within the YAML front-matter.
Expand Down
7 changes: 3 additions & 4 deletions man/quarto_render.Rd

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

Loading