Check if the progress metadata file _targets/meta/progress
exists for the current project.
Usage
tar_exist_progress(store = targets::tar_config_get("store"))
Arguments
- store
Character of length 1, path to the
targets
data store. Defaults totar_config_get("store")
, which in turn defaults to_targets/
. When you set this argument, the value oftar_config_get("store")
is temporarily changed for the current function call. Seetar_config_get()
andtar_config_set()
for details about how to set the data store path persistently for a project.
Details
To learn more about data storage in targets
, visit
https://books.ropensci.org/targets/data.html.
See also
Other existence:
tar_exist_meta()
,
tar_exist_objects()
,
tar_exist_process()
,
tar_exist_script()