Skip to content

Commit

Permalink
Add to documentation of rescue_cache()
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Nov 13, 2017
1 parent 7e8600d commit 9f121be
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion R/cache_interaction.R
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,11 @@ is_built_or_imported_file <- Vectorize(function(target, cache) {
#' @export
#' @seealso \code{\link{get_cache}}, \code{\link{cached}}
#' @param targets Character vector, names of the targets to rescue.
#' Defaults to everything so that the whole cache is rescued.
#' As with many other drake utility functions, the word \code{target}
#' is defined generally in this case, encompassing imports
#' as well as true targets.
#' If \code{targets} is \code{NULL}, everything in the
#' cache is rescued.
#' @param path same as for \code{\link{get_cache}()}
#' @param search same as for \code{\link{get_cache}()}
#' @param verbose same as for \code{\link{get_cache}()}
Expand Down
6 changes: 5 additions & 1 deletion man/rescue_cache.Rd

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

0 comments on commit 9f121be

Please sign in to comment.