The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

dataviewR-intro

Welcome to dataviewR

library(dataviewR)

dataviewR is a Shiny-based interactive viewer for R data frames and tibbles. It allows you to:

Installation

You can install dataviewR from CRAN (replace with actual if published):

install.packages("dataviewR")

Or from GitHub (if applicable):

# install.packages("devtools")
devtools::install_github("madhankumarnagaraji/dataviewR")

Basic Usage

Let’s try viewing the built-in mtcars dataset:

dataviewR::dataviewer(mtcars)

This will launch an interactive Shiny app where you can explore the dataset.

Features

Column Selection

Easily select the columns you want to view or analyze.

Filtering

Apply complex filters on your data to focus on subsets.

Sorting and Searching

Sort your data by columns and search for values.

Code Generation

As you interact with the app, dataviewR generates the corresponding dplyr code, helping you reproduce your steps programmatically.

Session Info

sessionInfo()

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.