knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-",
  eval = FALSE
)

exhale Travis-CI Build Status

The goal of exhale is to find creative ways of easing the pains of R users working with Excel files - a common task area in data science.

Installation

To install the package execute the following code inside an R session:

if (!requireNamespace("devtools")) install.packages("devtools")
devtools::install_github("DevSolutionsLtd/exhale")


DevSolutionsLtd/exhale documentation built on May 28, 2019, 1:34 a.m.