The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

English | 中文

logo

GWalkR: Your One-Stop R Package for Exploratory Data Analysis with Visualization

CRAN status

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.

image

If you prefer using Python, you can check out PyGWalker!

Getting Started

Setup GWalkR

install.packages("GWalkR")
library(GWalkR)

Start Your Data Exploration in a Single Line of Code

data(iris)
gwalkr(iris)

Main Features

Get an overview of your data frame under ‘Data’ tab.

image

Creat data viz with simple drag-and-drop operations.

image

Find interesting data points? Brush them and zoom in!

image

Empower your R notebook (R Markdown).

Showcase your data insights with editable and explorable charts on a webpage (example)!

image

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.