out_of_date | R Documentation |
Check if targets are out-of-date vis-a-vis their dependencies
out_of_date(targets, dependencies, packages = NULL)
targets |
A character vector of paths to files |
dependencies |
A character vector of paths to files which the |
packages |
A character vector of names of packages which |
TRUE
if any of targets
are older than any of dependencies
or if
any of targets
do not exist; FALSE
otherwise
## Not run: out_of_date("data/processed_data.Rds", "data/raw_data.Rds") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.