gwalkr
Turn your data frame into a tableau style drag and drop UI interface to build visualization in R.
Science Score: 36.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
Links to: arxiv.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (16.3%) to scientific vocabulary
Keywords
Repository
Turn your data frame into a tableau style drag and drop UI interface to build visualization in R.
Basic Info
Statistics
- Stars: 504
- Watchers: 12
- Forks: 51
- Open Issues: 14
- Releases: 9
Topics
Metadata Files
README.md

GWalkR: Your One-Stop R Package for Exploratory Data Analysis with Visualization
Start Exploratory Data Analysis (EDA) in R with a Single Line of Code! GWalkR is an interactive Exploratory Data Analysis (EDA) Tool in R. It integrates the htmlwidgets with Graphic Walker. It can simplify your R data analysis and data visualization workflow, by turning your data frame into a Tableau-style User Interface for visual exploration.
If you prefer using Python, you can check out PyGWalker!
[!TIP] If you want more AI features, we also build runcell, an AI Code Agent in Jupyter that understands your code/data/cells and generate code, execute cells and take actions for you. It can be used in jupyter lab with
pip install runcell
https://github.com/user-attachments/assets/9ec64252-864d-4bd1-8755-83f9b0396d38
Getting Started
📦 Setup GWalkR
R
install.packages("GWalkR")
library(GWalkR)
📈 Start Your Data Exploration in a Single Line of Code
R
data(iris)
gwalkr(iris)
🚀 Switch to Kernel Computation for Large Datasets
R
gwalkr(large_df, kernelComputation = TRUE)
Here is a tutorial with more details.
Please note that the kernel mode will be running in a Shiny app which will block your R console. You can stop the app to use the console.
Main Features
Get an overview of your data frame under 'Data' tab.
Creat data viz with simple drag-and-drop operations.
Find interesting data points? Brush them and zoom in!
Empower your R notebook (R Markdown).
Showcase your data insights with editable and explorable charts on a webpage (example)!
Development
We encourage developers from the amazing open-source community to help improve this R package!
Because the built web library is not tracked by git, the source code here is not directly runnable. Please follow the steps below to run the source code on your own device:
- Run
git clone https://github.com/Kanaries/GWalkR.gitto clone this repository. - Go to
/web_appandyarn install. - You can now implement your features either in the web app by changing the TypeScript code, or in the R scripts under
/R. - Run
yarn run buildto build the web app, and make sure the built library can be found under/inst/htmlwidgets/lib/. - In R Studio, run
devtools::load_all("{DIR_OF_GWALKR}")to load the package (make sure you've removed the installed GWalkR from CRAN before that).
For more information about R package development, please refer to this book, R Packages.
Owner
- Name: Kanaries
- Login: Kanaries
- Kind: organization
- Email: support@kanaries.org
- Website: https://kanaries.net
- Twitter: kanaries_data
- Repositories: 10
- Profile: https://github.com/Kanaries
Build data tools from the future
GitHub Events
Total
- Create event: 3
- Release event: 1
- Issues event: 14
- Watch event: 81
- Issue comment event: 26
- Push event: 10
- Pull request event: 12
- Fork event: 13
Last Year
- Create event: 3
- Release event: 1
- Issues event: 14
- Watch event: 81
- Issue comment event: 26
- Push event: 10
- Pull request event: 12
- Fork event: 13
Committers
Last synced: 9 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Bruceshark | y****v@c****k | 30 |
| Observed Observer | 2****1@q****m | 3 |
| Ilya Eydlin | i****n@g****m | 3 |
| yyubruce | 3****k | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 25
- Total pull requests: 30
- Average time to close issues: 27 days
- Average time to close pull requests: about 3 hours
- Total issue authors: 18
- Total pull request authors: 3
- Average comments per issue: 2.16
- Average comments per pull request: 0.0
- Merged pull requests: 30
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 10
- Pull requests: 18
- Average time to close issues: 14 days
- Average time to close pull requests: about 4 hours
- Issue authors: 7
- Pull request authors: 3
- Average comments per issue: 1.5
- Average comments per pull request: 0.0
- Merged pull requests: 18
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- EydlinIlya (4)
- bruceyyu (3)
- noamanemobidata (2)
- joelem (1)
- FelipeCarrillo (1)
- possible1402 (1)
- seb-mueller (1)
- jrr1001 (1)
- sfd99 (1)
- bill-raynor (1)
- laresbernardo (1)
- GregorDall (1)
- sounkou-bioinfo (1)
- munoztd0 (1)
- trafficfan (1)
Pull Request Authors
- bruceyyu (29)
- EydlinIlya (6)
- ObservedObserver (3)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 3
-
Total downloads:
- cran 1,004 last-month
-
Total dependent packages: 0
(may contain duplicates) -
Total dependent repositories: 0
(may contain duplicates) - Total versions: 22
- Total maintainers: 1
proxy.golang.org: github.com/kanaries/gwalkr
- Documentation: https://pkg.go.dev/github.com/kanaries/gwalkr#section-documentation
- License: apache-2.0
-
Latest release: v0.2.1
published 11 months ago
Rankings
proxy.golang.org: github.com/Kanaries/GWalkR
- Documentation: https://pkg.go.dev/github.com/Kanaries/GWalkR#section-documentation
- License: apache-2.0
-
Latest release: v0.2.1
published 11 months ago
Rankings
cran.r-project.org: GWalkR
Interactive Exploratory Data Analysis Tool
- Homepage: https://github.com/Kanaries/GWalkR/
- Documentation: http://cran.r-project.org/web/packages/GWalkR/GWalkR.pdf
- License: Apache License (≥ 2)
-
Latest release: 0.2.1
published 9 months ago
Rankings
Maintainers (1)
Dependencies
- 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
- actions/checkout v3 composite
- actions/setup-node v3 composite
- htmlwidgets * imports
- jsonlite * imports
- openssl * imports
- shiny * imports
- @types/react ^18.2.14 development
- @types/react-dom ^18.2.6 development
- @types/styled-components ^5.1.26 development
- @typescript-eslint/eslint-plugin ^5.61.0 development
- @typescript-eslint/parser ^5.61.0 development
- @vitejs/plugin-react ^4.0.1 development
- autoprefixer ^10.4.14 development
- eslint ^8.44.0 development
- eslint-plugin-react-hooks ^4.6.0 development
- eslint-plugin-react-refresh ^0.4.1 development
- postcss ^8.4.26 development
- tailwindcss ^3.3.3 development
- typescript ^5.0.2 development
- vite ^4.4.0 development
- @kanaries/graphic-walker ^0.4.13
- @rollup/plugin-commonjs ^25.0.2
- @rollup/plugin-replace ^5.0.2
- @rollup/plugin-terser ^0.4.3
- @rollup/plugin-typescript ^11.1.2
- mobx-react-lite ^3.4.3
- react ^18.2.0
- react-dom ^18.2.0
- styled-components ^5.3.6
- 448 dependencies