Skip to content

Commit

Permalink
Edit docs of tar_make() and tar_invalidate()
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed May 20, 2022
1 parent 3c1fd60 commit de56446
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/tar_invalidate.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' @title Invalidate targets and global objects in the metadata.
#' @title Delete one or more metadata records (e.g. to rerun a target).
#' @export
#' @family clean
#' @description Delete the metadata of records in `_targets/meta/meta`
Expand Down
5 changes: 4 additions & 1 deletion R/tar_make.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
#' @description Run the pipeline you defined in the targets
#' script file (default: `_targets.R`). `tar_make()`
#' runs the correct targets in the correct order and stores the return
#' values in `_targets/objects/`.
#' values in `_targets/objects/`. Use [tar_read()] to read a target
#' back into R, and see
#' <https://docs.ropensci.org/targets/reference/index.html#clean>
#' to manage output files.
#' @return `NULL` except if `callr_function = callr::r_bg()`, in which case
#' a handle to the `callr` background process is returned. Either way,
#' the value is invisibly returned.
Expand Down
2 changes: 1 addition & 1 deletion man/tar_invalidate.Rd

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

5 changes: 4 additions & 1 deletion man/tar_make.Rd

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

0 comments on commit de56446

Please sign in to comment.