View source: R/datainput-read_reports.R
read_reports | R Documentation |
Read metagenomics classification results ('reports'), with Shiny progress bar
read_reports(report_files, report_names = NULL, cache_dir = NULL)
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 |
List of reports
report_dir <- system.file("shinyapp", "example-data", "brain-biopsies", package="pavian")
reports <- read_reports(report_dir)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.