explore
R package that makes basic data exploration radically simple (interactive data exploration, reproducible data science)
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.9%) to scientific vocabulary
Keywords
Repository
R package that makes basic data exploration radically simple (interactive data exploration, reproducible data science)
Basic Info
- Host: GitHub
- Owner: rolkra
- License: other
- Language: R
- Default Branch: master
- Homepage: https://rolkra.github.io/explore/
- Size: 49.2 MB
Statistics
- Stars: 240
- Watchers: 8
- Forks: 29
- Open Issues: 3
- Releases: 0
Topics
Metadata Files
README.md
explore 
Simplifies Exploratory Data Analysis:
- Interactive data exploration:
explore() - Use AI to unveil hidden patterns in your data (xgboost, RF, logreg, DT):
explain_*() - Generate an automated report of your data (or patterns in your data):
report() - Manual exploration:
explore(),describe(),explain_*(),abtest(), ... - 18 ready to use datasets for teaching & testing:
use_data_*(),create_data_*()
``` r
install from CRAN
install.packages("explore") ```
Examples
``` r
interactive data exploration
library(explore) beer <- usedatabeer() beer |> explore() ```


``` r
describe data
beer |> describe() ```
```
A tibble: 11 × 8
variable type na napct unique min mean max
2 brand chr 0 0 29 NA NA NA
3 country chr 0 0 3 NA NA NA
4 year dbl 0 0 1 2023 2023 2023
5 type chr 0 0 3 NA NA NA
6 color
7 alcoholvolpct dbl 2 1.2 35 0 4.32 8.4
8 originalwort dbl 5 3.1 54 5.1 11.3 18.3
9 energykcal100ml dbl 11 6.8 34 20 39.9 62
10 carbg100ml dbl 16 9.9 44 1.5 3.53 6.7
11 sugarg_100ml dbl 16 9.9 26 0 0.72 4.6
```
``` r
explore data manually
beer |> explore(type) beer |> explore(energykcal100ml) beer |> explore(energykcal100ml, target = type) beer |> explore(alcoholvolpct, energykcal100ml, target = type) ```

``` r
explore manually with color and interactive
beer |> explore(sugarg100ml, color = "gold") |> interact() ```

Get started
Owner
- Login: rolkra
- Kind: user
- Location: Vienna
- Repositories: 6
- Profile: https://github.com/rolkra
GitHub Events
Total
- Issues event: 6
- Watch event: 25
- Issue comment event: 2
- Push event: 19
- Fork event: 5
Last Year
- Issues event: 6
- Watch event: 25
- Issue comment event: 2
- Push event: 19
- Fork event: 5
Committers
Last synced: 9 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Roland Krasser | r****r@g****m | 510 |
| olivroy | o****1@h****m | 41 |
| Krasser Roland | u****F@a****l | 2 |
| Romain Francois | r****n@r****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 28
- Total pull requests: 19
- Average time to close issues: 23 days
- Average time to close pull requests: about 9 hours
- Total issue authors: 9
- Total pull request authors: 3
- Average comments per issue: 1.57
- Average comments per pull request: 1.0
- Merged pull requests: 19
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 5
- Pull requests: 0
- Average time to close issues: about 1 month
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 0.4
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- rolkra (18)
- sfd99 (3)
- brichard1638 (2)
- fkohrt (1)
- mtift (1)
- pinogl (1)
- russellyoung212 (1)
- 419kfj (1)
- songlh15 (1)
Pull Request Authors
- rolkra (11)
- olivroy (6)
- romainfrancois (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- DT * imports
- MASS * imports
- assertthat * imports
- broom * imports
- dplyr * imports
- forcats * imports
- ggplot2 >= 3.0.0 imports
- gridExtra * imports
- magrittr * imports
- rlang * imports
- rmarkdown * imports
- rpart * imports
- rpart.plot * imports
- shiny * imports
- stats * imports
- stringr * imports
- tibble * imports
- tidyr * imports
- knitr * suggests
- palmerpenguins * suggests
- testthat * suggests
- actions/checkout v3 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- JamesIves/github-pages-deploy-action v4.4.1 composite
- actions/checkout v3 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite