shinyFeedback
R package for displaying user feedback along side Shiny inputs
Examples
Screenshot of shiny inputs with shinyFeedback messages displayed
Getting Started
Install from CRAN
install.packages("shinyFeeedback")Or Install Dev Version from GitHub
devtools::install_github("merlinoa/shinyFeedback", build_vignettes = TRUE)Read Intro Vignette
# load package
library(shinyFeedback)
# read intro vignette
browseVignettes(package = "shinyFeedback")