Batch plotting from manifest
Usage
plot_batch(manifest, out_dir, cfg = list())Examples
manifest <- system.file("templates", "manifest_template.csv", package = "MMV")
result <- plot_batch(manifest, file.path(tempdir(), "MMV-batch"))
result[, c("task", "status")]
#> task status
#> 1 watermaze ok
#> 2 minefield ok