tar_exist_meta {targets} | R Documentation |
Check if target metadata exists.
Description
Check if the target metadata file _targets/meta/meta
exists for the current project.
Usage
tar_exist_meta(store = targets::tar_config_get("store"))
Arguments
store |
Character of length 1, path to the
|
Details
To learn more about data storage in targets
, visit
https://books.ropensci.org/targets/data.html.
Value
Logical of length 1, whether the current project's metadata exists.
See Also
Other existence:
tar_exist_objects()
,
tar_exist_process()
,
tar_exist_progress()
,
tar_exist_script()
Examples
tar_exist_meta()
[Package targets version 1.7.1 Index]