Skip to content

Instantly share code, notes, and snippets.

@Natay
Natay / pavian_report.R
Last active June 19, 2024 15:44
Generate a pavian report given a directory of files
# Load pavion
library(pavian)
# Load the command line arguments
args = commandArgs(trailingOnly=TRUE)
# Directory containing input data files.
INPUT_DIR = args[1]
# Directory to store the final HTML report.