List saved targets
List targets currently saved to _targets/objects/
.
Does not include dynamic files or cloud storage.
tar_objects(names = NULL, store = targets::tar_config_get("store"))
names |
Optional |
store |
Character of length 1, path to the
|
Character vector of targets saved to _targets/objects/
.
Other data:
tar_load_raw()
,
tar_load()
,
tar_meta()
,
tar_pid()
,
tar_process()
,
tar_read_raw()
,
tar_read()
if (identical(Sys.getenv("TAR_EXAMPLES"), "true")) { tar_dir({ # tar_dir() runs code from a temporary directory. tar_script({ list(tar_target(x, "value")) }, ask = FALSE) tar_make() tar_objects() tar_objects(starts_with("x")) # see also all_of() }) }
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.