View source: R/tar_read_archive.R
tar_read_archive | R Documentation |
Read a target's value from archive storage
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")
)
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
|
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.