gwalkr(data) = Interactive Data-Viz App in your RStudio

Start Exploratory Data Analysis (EDA) in R with a single line of code! GWalkR is an interactive EDA tool in R. It can simplify your R data analysis and visualization workflow by turning your data frame into an interactive data app in RStudio.

GWalkR interface preview

Getting Started

install.packages("GWalkR")
library(GWalkR) data(iris) gwalkr(iris)
gwalkr(large_df, kernelComputation = TRUE)

Main Features

Data overview

Get an overview of your data frame under the Data tab.

Drag and drop

Create visualizations with simple drag-and-drop operations.

Brush and zoom

Brush and zoom to focus on interesting data points.

R notebook

Share insights in R Markdown with editable and explorable charts.