Skip to content
This repository has been archived by the owner on Oct 3, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 486 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 486 Bytes

existR

Travis build status

The goal of existR is to provide an R package that can be used to read and write data from and to Exist.io. This package is a work in progress.

Installation

The easiest way to get existR is to install it using the devtools:

install.packages("devtools")
devtools::install_github("ebbertd/existR")