read_multiqc <- function(path,
verbose=TRUE){
messager("Reading multiQC report.",v=verbose)
dat <- data.table::fread(path)
dat[,path:=path]
return(dat)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.