run_archivers: Run archivers queue

View source: R/run_archivers.R

run_archiversR Documentation

Run archivers queue

Description

Run all the archivers registered with add_archiver().

Usage

run_archivers(input, output)

Arguments

input

directory to be archive, including subdirectories

output

director in which the archive will be created

Value

returns the results of the queue as a vector of length of the queue. If an element is TRUE, the function was run successfully (i.e. returned TRUE)

Examples

## Not run: 
run_archivers(
  input = "./input",
  output = "./output"
)

## End(Not run)

LEEF-UZH/LEEF documentation built on Feb. 10, 2025, 5:20 a.m.