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
devtools::install_github("madhankumarnagaraji/dataviewR")
ð Usage
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
ð Folder StructureR/
â 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.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4