Description Usage Arguments Value Examples
View source: R/comparison-merge_reports.R
Merge report files into a wide format, with column(s) for each report.
1 2 3 |
my_reports |
Report data.frames. |
col_names |
Column names. |
fix_taxnames |
Check if there are differences in the taxonomies of the reports. |
update_progress |
Update shiny progress |
id_cols |
Columns for taxdata |
numeric_cols |
Numeric data |
Combined data.frame
1 2 | 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.