read_reports: Read metagenomics classification results ('reports'), with...

Description Usage Arguments Value Examples

View source: R/datainput-read_reports.R

Description

Read metagenomics classification results ('reports'), with Shiny progress bar

Usage

1
read_reports(report_files, report_names = NULL, cache_dir = NULL)

Arguments

report_files

character vector with files, or a data.frame from read_sample_data, or a single directory path

report_names

character vector with names

cache_dir

cache directory path

Value

List of reports

Examples

1
2
report_dir <- system.file("shinyapp", "example-data", "brain-biopsies", package="pavian")
reports <- read_reports(report_dir)

phac-nml/pavian documentation built on Aug. 20, 2019, 5:54 a.m.