Path to the archived target store directory
Usage
tar_archive_store(package, pipeline, store = targets::tar_config_get("store"))Arguments
- package
A scalar character of the package name.
- pipeline
A scalar character of the pipeline name.
- store
Character of length 1, path to the
targetsdata 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.