Current data store path
Identify the file path to the data store of the pipeline currently running.
tar_store()
Character, file path to the data store
of the pipeline currently running.
If called outside of the pipeline currently running,
tar_store()
returns tar_config_get("store")
.
Other utilities:
tar_active()
,
tar_call()
,
tar_cancel()
,
tar_definition()
,
tar_envir()
,
tar_group()
,
tar_name()
,
tar_path()
,
tar_seed()
tar_store() if (identical(Sys.getenv("TAR_EXAMPLES"), "true")) { tar_dir({ # tar_dir() runs code from a temporary directory. tar_script(tar_target(x, tar_store()), ask = FALSE) store <- tempfile() tar_make(store = store) tar_read(x, store = store) }) }
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.