Description Usage Arguments Details Author(s)
View source: R/02_evalset-methods.R
Create a directory with tables and figures.
1 | output_files(x)
|
x |
An 'evalset' object |
#' @name write_report #' @title Generate a report of the analyses. #' @description Generate a report summarizing all the statistics en graphes generated for one or several evaluations. #' @author Claire Rioualen #' @param eval_list An list of Evaluation objects. #' @return A plot. #' @import rmarkdown #' @export setGeneric("write_report", function(x) standardGeneric("write_report") ) setMethod( "write_report", signature(x = "evalset"), function(x) # validObject(evalset) rmarkdown::render("Report.Rmd", params = list( evalset = x )) )
Claire Rioualen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.