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

View source: R/datainput-read_reports.R

read_reportsR Documentation

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

Description

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

Usage

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

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

fbreitwieser/pavian documentation built on Jan. 5, 2024, 1:43 a.m.