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.

Getting Started
install.packages("GWalkR")
library(GWalkR)
data(iris)
gwalkr(iris)
gwalkr(large_df, kernelComputation = TRUE)
Main Features
Get an overview of your data frame under the Data tab.
Create visualizations with simple drag-and-drop operations.
Brush and zoom to focus on interesting data points.
Share insights in R Markdown with editable and explorable charts.