R/exhibit.R

#' Generic function for creating tabular data for report output
#' 
#' \code{exhibit} defines certain default ways to arrange 
#' objects returned by \code{ChainLadder} and other
#' packages for presentation in a report.  
#' 
#' @param object object to turn into exhibit
#' @param ... additional arguments
#' 
#' @export
exhibit <- function(object, ...) UseMethod("exhibit")
merlinoa/exhibit documentation built on May 22, 2019, 6:52 p.m.