powered by
Read metagenomics classification results ('reports'), with Shiny progress bar
read_reports(report_files, report_names = NULL, cache_dir = NULL)
character vector with files, or a data.frame from read_sample_data, or a single directory path
character vector with names
cache directory path
List of reports
# 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