Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/merlinoa/shinyFeedback
display user feedback next to Shiny inputs
https://github.com/merlinoa/shinyFeedback
feedback r shiny shiny-inputs
Last synced: 27 days ago
JSON representation
display user feedback next to Shiny inputs
- Host: GitHub
- URL: https://github.com/merlinoa/shinyFeedback
- Owner: merlinoa
- License: other
- Created: 2016-12-07T14:05:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-31T11:11:37.000Z (almost 2 years ago)
- Last Synced: 2024-10-26T23:13:55.262Z (about 2 months ago)
- Topics: feedback, r, shiny, shiny-inputs
- Language: R
- Homepage: https://merlinoa.github.io/shinyFeedback/
- Size: 1.77 MB
- Stars: 189
- Watchers: 7
- Forks: 12
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-shiny-extensions - shinyFeedback - Display user feedback next to Shiny inputs. (UI Components / Feedback / Alert / Notification)
- jimsghstars - merlinoa/shinyFeedback - display user feedback next to Shiny inputs (R)
README
# shinyFeedback
[![Travis-CI Build Status](https://travis-ci.org/merlinoa/shinyFeedback.svg?branch=master)](https://travis-ci.org/merlinoa/shinyFeedback) [![CRAN](https://www.r-pkg.org/badges/version/shinyFeedback)](https://cran.r-project.org/package=shinyFeedback) [![Downloads](https://cranlogs.r-pkg.org/badges/shinyFeedback)](https://www.r-pkg.org/pkg/shinyFeedback)
R package for displaying user feedback alongside Shiny inputs
![](https://raw.githubusercontent.com/merlinoa/shinyFeedback/master/inst/img/feedback_screenshot.png)
### [Live Shiny app using `shinyFeedback`](https://tychobra.shinyapps.io/supported_inputs_app/)
# Getting Started
### Install from CRAN
```R
install.packages("shinyFeedback")
```### Or install the development version from GitHub
```R
remotes::install_github("merlinoa/shinyFeedback", build_vignettes = TRUE)
```
### Read Intro Vignette```R
# load package
library(shinyFeedback)
# read intro vignette
browseVignettes(package = "shinyFeedback")
```