https://github.com/exploratory-io/exploratory_func
R functions for Exploratory
https://github.com/exploratory-io/exploratory_func
Last synced: 4 months ago
JSON representation
R functions for Exploratory
- Host: GitHub
- URL: https://github.com/exploratory-io/exploratory_func
- Owner: exploratory-io
- License: other
- Created: 2016-05-13T20:14:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T21:19:13.000Z (11 months ago)
- Last Synced: 2024-05-22T21:38:01.688Z (11 months ago)
- Language: R
- Size: 8.18 MB
- Stars: 61
- Watchers: 14
- Forks: 14
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - exploratory-io/exploratory_func - R functions for Exploratory (R)
README
# 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](https://exploratory.io/).
## How to get started
Install the R package using the following commands on the R console:
``` r
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](https://github.com/exploratory-io/exploratory_func/wiki/How-to-Develop) document.## License
The exploratory R package is [MIT licensed](https://github.com/exploratory-io/exploratory_func/blob/master/LICENSE.md).