Skip to content

Commit d48a3a0

Browse files
committed
tar_unscript() help file
1 parent 34158f1 commit d48a3a0

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

R/tar_unscript.R

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
#' that were created by Target Markdown.
55
#' @details Target Markdown code chunks create R scripts in a folder
66
#' called `_targets_r/` in order to aid the automatically supplied
7-
#' `_targets.R` file. To keep your pipeline up to date
7+
#' `_targets.R` file. Over time, the number of script files
8+
#' starts to build up, and `targets` has no way of automatically
9+
#' removing helper script files that are no longer necessary.
10+
#' To keep your pipeline up to date
811
#' with the code chunks in the Target Markdown document(s),
912
#' it is good practice to call `tar_unscript()` at the beginning
1013
#' of your first Target Markdown document. That way,

man/tar_unscript.Rd

Lines changed: 4 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)