Skip to contents

Set up

Add tarchives to a package you are developing.

use_tarchives()
Use tarchives

Run and read archived pipelines

tarchives versions of the main targets functions.

tar_make_archive()
Run an archived pipeline of targets
tar_read_archive() tar_read_archive_raw()
Read a target's value from archive storage
tar_load_archive()
Load a target's value from archive storage
tar_source_archive()
Run archived R scripts
tar_target_archive() tar_target_archive_raw()
Declare a target to read an archive

Inspect and manage storage

Discover and inspect archived pipelines and clear their cached stores.

tar_archive_pipelines()
List the archived pipelines in a package
tar_manifest_archive()
List the targets of an archived pipeline
tar_meta_archive()
Read metadata from archive storage
tar_destroy_archive()
Destroy an archived pipeline's storage

Lower-level helpers

Locate archive scripts and stores, or wrap targets functions directly.

tar_archive()
Function factory for archived targets
tar_archive_script()
Path to the archived target script file
tar_archive_store()
Path to the archived target store directory