knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
shinymde
shinymde
provides an application (user interface) to ease the process of missing data exploration. The core functionality accessed is programmed in the code only package mde. It is hoped that this will provide an even easier way to explore missing data.
To install, please run the following in R
.
devtools::install_github("Nelson-Gon/shinymde") # provide branches for dev version devtools::install_github("Nelson-Gon/shinymde@dev")
library(shinymde) run_app()
shinymde
is currently deployed at https://nelson-gon.shinyapps.io/shinymde/ where users can use the app via a browser. Please test the app there and let us know what you think. Thank you!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.