tar_read_archive {tarchives} | R Documentation |
Read a target's value from archive storage
Description
Read a target's value from archive storage
Usage
tar_read_archive(
name,
package,
pipeline,
branches = NULL,
meta = NULL,
store = targets::tar_config_get("store")
)
tar_read_archive_raw(
name,
package,
pipeline,
branches = NULL,
meta = NULL,
store = targets::tar_config_get("store")
)
Arguments
name |
Name of the target to read.
|
package |
A scalar character of the package name. |
pipeline |
A scalar character of the pipeline name. |
branches |
Integer of indices of the branches to load if the target is a pattern. |
meta |
Data frame of metadata from |
store |
Character of length 1, path to the
|
Value
The target's return value from its file in
_targets/objects/
, or the paths to the custom files and directories
if format = "file"
was set.