dataviewR
is a Shiny-based interactive viewer for R data
frames and tibbles. It allows you to:
dplyr
code based on your
interactionsYou can install dataviewR
from CRAN (replace with actual
if published):
Or from GitHub (if applicable):
Let’s try viewing the built-in mtcars
dataset:
This will launch an interactive Shiny app where you can explore the dataset.
Easily select the columns you want to view or analyze.
Apply complex filters on your data to focus on subsets.
Sort your data by columns and search for values.
As you interact with the app, dataviewR
generates the
corresponding dplyr
code, helping you reproduce your steps
programmatically.