Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 704 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 704 Bytes

exploratory

The exploratory R package provides a set of utility functions to make your data wrangling and analysis work better with a ‘tidy’ data framework in Exploratory.

How to get started

Install the R package using the following commands on the R console:

install.packages("devtools")
devtools::install_github("exploratory-io/exploratory_func")
library(exploratory)

How to develop your own functions

Take a look at How to Develop document.

License

The exploratory R package is MIT licensed.