knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

pruneR

The goal of pruneR is to reduce the size of modeling objects that are saved to disk.

Installation

You can install the released version of pruneR from CRAN with:

install.packages("pruneR")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("jyuu/pruneR")

Example

This is a basic example which shows you how to solve a common problem:

library(pruneR)
## basic example code


jyuu/pruneR documentation built on June 6, 2019, 12:03 a.m.