Skip to content

Commit

Permalink
Improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
salim-b authored Mar 7, 2024
1 parent 9083fa3 commit a2d16d5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions R/render.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,14 @@
#' @param profile [Quarto project
#' profile(s)](https://quarto.org/docs/projects/profiles.html) to use. Either
#' a character vector of profile names or `NULL` to use the default profile.
#' @param quarto_args Character vector of other `quarto` CLI flag pass to the
#' command. This is mainly for advanced usage, e.g it can be useful for new
#' options added to quarto CLI and not yet supported as function argument.
#' @param pandoc_args Additional command line options to pass to pandoc.
#' @param quarto_args Character vector of other `quarto` CLI arguments to append
#' to the Quarto command executed by this function. This is mainly intended for
#' advanced usage and useful for CLI arguments which are not yet mirrored in a
#' dedicated parameter of this \R function.
#' @param pandoc_args Additional command line arguments to pass on to Pandoc.
#' @param as_job Render as an RStudio background job. Default is "auto",
#' which will render individual documents normally and projects as
#' background jobs. Use the `quarto.render_as_job` R option to control
#' background jobs. Use the `quarto.render_as_job` \R option to control
#' the default globally.
#'
#' @importFrom rmarkdown relative_to
Expand Down

0 comments on commit a2d16d5

Please sign in to comment.