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.

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