Awesome
shinyFeedback <img src="https://raw.githubusercontent.com/merlinoa/shinyFeedback/master/inst/img/shinyfeedback_hex_sticker.png" align="right" width="120" />
R package for displaying user feedback alongside Shiny inputs
Live Shiny app using shinyFeedback
Getting Started
Install from CRAN
install.packages("shinyFeedback")
Or install the development version from GitHub
remotes::install_github("merlinoa/shinyFeedback", build_vignettes = TRUE)
Read Intro Vignette
# load package
library(shinyFeedback)
# read intro vignette
browseVignettes(package = "shinyFeedback")