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
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.
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.