Learn R Programming

pavian (version 1.0.0)

read_reports: 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

Run this code
# NOT RUN {
report_dir <- system.file("shinyapp", "example-data", "brain-biopsies", package="pavian")
reports <- read_reports(report_dir)
# }

Run the code above in your browser using DataLab