Skip to content

Commit

Permalink
path arg docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Dec 20, 2024
1 parent 6c301c8 commit efd0e6b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion R/tar_quarto.R
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@
#' [tar_quarto()] expects an unevaluated symbol for the `name`
#' argument, and
#' [tar_quarto_raw()] expects a character string for `name`.
#' @param path Character string, path to the Quarto source file.
#' @param path Character string, path to the Quarto source file if rendering
#' a single file, or the path to the root of the project if rendering
#' a whole Quarto project.
#' @param extra_files Character vector of extra files and
#' directories to track for changes. The target will be invalidated
#' (rerun on the next `tar_make()`) if the contents of these files changes.
Expand Down
4 changes: 3 additions & 1 deletion man/tar_quarto.Rd

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

4 changes: 3 additions & 1 deletion man/tar_quarto_rep.Rd

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

0 comments on commit efd0e6b

Please sign in to comment.