Overview
gwalkr

GWalkR


Overview

GWalkR is a package in R that turn your dataframe into an interactive component for data visualization.

Installation

install.packages("gwalkr")

Usage

# Load the library
library(GWalkR)

# Load your dataframe
data(iris)

# Turn the dataframe into an interactive component
gwalkr(iris)

Main Features

Data data profiling

Get an overview of your data frame under 'Data' tab

Build data visualization with simple drag-and-drop operations

Data Painter!

Find interesting data points? Brush them and zoom in!

Empower your R notebook (R Markdown).

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