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.
Author: N Madhan Kumar
Purpose: A Shiny-based interactive viewer provides more
features to view the dataframes and tibbles such as column selection,
complex filtering, code reproducibility and attribute information.
dplyr
codeTo install the development version from GitHub:
# Install devtools if not already installed
install.packages("devtools")
# Install dataviewR from GitHub
::install_github("madhankumarnagaraji/dataviewR") devtools
library(dataviewR)
# Launch the app with your data frame
dataviewer(mtcars)
dataviewer(pharmaverseadam::adae) # Requires: install.packages("pharmaverseadam")
You can use any tibble or data.frame as input. The app provides: - Complex filtering condition - Interactive column filters (with NA values if present) - Code generation for reproducibility - Column selection - Attribute information - Responsive layout
R/
– Package functionsman/
– Help filesThis package is licensed under the MIT License.
Created and maintained by N Madhan Kumar.
For any issues or feature requests, please open an
issue or send an email to madhanmanoj1999@gmail.com.
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.