View source: R/tar_exist_objects.R
tar_exist_objects | R Documentation |
Check if output target data exists in either
_targets/objects/
or the cloud for one or more targets.
tar_exist_objects(
names,
cloud = TRUE,
store = targets::tar_config_get("store")
)
names |
Character vector of target names.
Not |
cloud |
Logical of length 1, whether to include
cloud targets in the output
(e.g. |
store |
Character of length 1, path to the
|
If a target has no metadata or if the repository
argument of tar_target()
was set to "local"
,
then the _targets/objects/
folder is checked. Otherwise,
if there is metadata and repsitory
is not "local"
,
then tar_exist_objects()
checks the cloud repository
selected.
Logical of length length(names)
, whether
each given target has an existing file in either
_targets/objects/
or the cloud.
Other existence:
tar_exist_meta()
,
tar_exist_process()
,
tar_exist_progress()
,
tar_exist_script()
tar_exist_objects(c("target1", "target2"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.