Skip to content

Commit 78bd3f0

Browse files
committed
clarify doc example
1 parent 07bece4 commit 78bd3f0

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

R/tar_target.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,8 @@
285285
#' dynamically branch over. For example: if your pipeline has
286286
#' `tar_target(name = y, command = x, pattern = map(x))`,
287287
#' then `tar_target(name = x, command = f(), memory = "auto")`
288-
#' will use persistent memory in order to avoid rereading all of `x`
288+
#' will use persistent memory for `x`
289+
#' in order to avoid rereading all of `x`
289290
#' for every branch of `y`.
290291
#' * `"transient"`: the target gets unloaded
291292
#' after every new target completes.

man/tar_option_set.Rd

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/tar_target.Rd

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)