Skip to content

Commit a305582

Browse files
committed
Docs
1 parent 81d59e4 commit a305582

6 files changed

+46
-0
lines changed

Diff for: R/tar_quarto_rep_raw.R

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
#' @inheritParams quarto::quarto_render
5050
#' @inheritParams targets::tar_target
5151
#' @inheritParams tar_quarto_rep_run
52+
#' @inheritParams tar_render
5253
#' @param path Character string, file path to the Quarto source file.
5354
#' Must have length 1.
5455
#' @param execute_params Expression object with code to generate

Diff for: R/tar_render_rep_raw.R

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
#' @inheritParams targets::tar_target
4747
#' @inheritParams rmarkdown::render
4848
#' @inheritParams tar_rep
49+
#' @inheritParams tar_render
4950
#' @param path Character string, file path to the R Markdown source file.
5051
#' Must have length 1.
5152
#' @param params Expression object with code to generate

Diff for: man/tar_quarto_rep.Rd

+11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: man/tar_quarto_rep_raw.Rd

+11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: man/tar_render_rep.Rd

+11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: man/tar_render_rep_raw.Rd

+11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)