Check if local output data exists for one or more targets.
Check if the local data files exist in
_targets/objects/
for one or more targets.
tar_exist_objects(names, store = targets::tar_config_get("store"))
names |
Character vector of target names. |
store |
Character of length 1, path to the
|
To learn more about local storage in targets
, visit
https://books.ropensci.org/targets/files.html#internal-files.
Logical of length length(names)
, whether
each given target has an existing file in _targets/objects/
for the current project.
Other existence:
tar_exist_meta()
,
tar_exist_process()
,
tar_exist_progress()
,
tar_exist_script()
tar_exist_objects(c("target1", "target2"))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.