• Stars
    star
    189
  • Rank 204,649 (Top 5 %)
  • Language
    R
  • License
    Other
  • Created almost 8 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

display user feedback next to Shiny inputs

shinyFeedback

Travis-CI Build Status CRAN Downloads

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")