Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/merlinoa/exhibit

clean up objects returned by ChainLadder package
https://github.com/merlinoa/exhibit

Last synced: about 2 months ago
JSON representation

clean up objects returned by ChainLadder package

Awesome Lists containing this project

README

        

exhibit
=======

[![Travis-CI Build Status](https://travis-ci.org/merlinoa/exhibit.svg?branch=master)](https://travis-ci.org/merlinoa/exhibit)

exhibit is an R package that extracts the most often desired results from the object returned by several `ChainLadder` package functions. It's purpose is to speed report creation by turning complicated lists into simple data frames or matricies that can be easily printed to a pdf or html report.

Installation
========

```R
# install package
devtools::install_github("merlinoa/exhibit", build_vignettes = TRUE)
```