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 can simplify your R data analysis and visualization workflow, by turning your data frame into a interactive data app in RStudio.

GWalkR image

Getting Started

install.packages("GWalkR")
library(GWalkR)\ndata(iris)\ngwalkr(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.

OSZAR »