Learn R Programming

dataviewR

An Interactive and Feature-Rich Data Viewer for R


dataviewR is a powerful Shiny-based interactive data viewer that transforms the way you explore R data frames and tibbles. With its intuitive interface and advanced features, it provides comprehensive data exploration capabilities with automatic code generation for reproducible workflows.

✨ Key Features

  • Interactive Data Exploration: View any R data.frame or tibble in an elegant Shiny interface
  • Multi-Dataset Support — View multiple datasets at once, e.g., dataviewer(iris, mtcars)
  • Advanced Filtering: Apply complex dplyr compatible filter expressions
  • Dynamic Column Selection: Easily select and deselect columns with checkbox interface
  • Automatic Code Generation: Generate reproducible dplyr code for all your data manipulations
  • Metadata Display: Access detailed variable information and attributes
  • Import Panel: Built-in data import functionality when no data is provided
  • Responsive Design: Clean, modern interface that works across different screen sizes
  • Export Capabilities: Save your filtered and selected data for further analysis

Below is a complete tutorial about the package and its key features as explained above

Copy Link

Version

Install

install.packages('dataviewR')

Monthly Downloads

402

Version

1.0.1

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Madhan Kumar N

Last Published

January 16th, 2026

Functions in dataviewR (1.0.1)

list_dataviewers

List Active Background Dataviewer Processes
dataviewer

Interactive Data Viewer with Filter and Code Generation
stop_all_dataviewers

Stop All Background Dataviewer Processes
stop_dataviewer

Stop a Specific or Most Recent Dataviewer Process