All Projects → merlinoa → Shinyfeedback

merlinoa / Shinyfeedback

Licence: other
display user feedback next to Shiny inputs

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Shinyfeedback

Maoni Email
Callback for Maoni to send feedbacks via email. Relocated to https://github.com/maoni-app/maoni/tree/master/callbacks/maoni-email
Stars: ✭ 116 (-18.88%)
Mutual labels:  feedback
Collapsibletree
Create Interactive Collapsible Tree Diagrams in R using D3.js
Stars: ✭ 126 (-11.89%)
Mutual labels:  shiny
Feedback
Public feedback discussions for: GitHub Mobile, GitHub Discussions, and GitHub Codespaces
Stars: ✭ 136 (-4.9%)
Mutual labels:  feedback
My Little Crony
A visualization of the connections between Tory politicians and companies being awarded government contracts during the pandemic.
Stars: ✭ 118 (-17.48%)
Mutual labels:  shiny
Yonder
A reactive web framework built on shiny
Stars: ✭ 121 (-15.38%)
Mutual labels:  shiny
Cicerone
🏛️ Give tours of your Shiny apps
Stars: ✭ 131 (-8.39%)
Mutual labels:  shiny
Cybernetics Club
🔃 Cybernetics Reading Club
Stars: ✭ 113 (-20.98%)
Mutual labels:  feedback
Rtutor
Creating interactive R Problem Sets. Automatic hints and solution checks. (Shiny or RStudio)
Stars: ✭ 141 (-1.4%)
Mutual labels:  shiny
Bugshaker Android
Shake to send a bug report!
Stars: ✭ 124 (-13.29%)
Mutual labels:  feedback
Scatterd3
R scatter plot htmlwidget based on D3.js
Stars: ✭ 135 (-5.59%)
Mutual labels:  shiny
Androidrate
AndroidRate is a library to help you promote your Android app by prompting users to rate the app after using it for a few days.
Stars: ✭ 117 (-18.18%)
Mutual labels:  feedback
Bsplus
Shiny and R Markdown addons to Bootstrap 3
Stars: ✭ 120 (-16.08%)
Mutual labels:  shiny
Feedback
Feedback & wiki for Snipaste https://snipaste.com
Stars: ✭ 1,863 (+1202.8%)
Mutual labels:  feedback
Echarts2shiny
To insert interactive charts from ECharts into R Shiny applications (在R Shiny app中插入ECharts可交互图形)
Stars: ✭ 116 (-18.88%)
Mutual labels:  shiny
Gh Polls
These polls work by pasting individual markdown SVG images into your issue, each wrapped with a link that tracks a vote. A single vote per IP is allowed for a given poll, which are stored in DynamoDB.
Stars: ✭ 1,726 (+1106.99%)
Mutual labels:  feedback
Fider
Open platform to collect and prioritize feedback
Stars: ✭ 1,772 (+1139.16%)
Mutual labels:  feedback
Nativescript Feedback
📢 Non-blocking textual feedback for your NativeScript app
Stars: ✭ 127 (-11.19%)
Mutual labels:  feedback
Maoni
Lightweight library for collecting and handling user feedback from within Android applications.
Stars: ✭ 142 (-0.7%)
Mutual labels:  feedback
Logchimp
Track your customers feedback to build better products with LogChimp
Stars: ✭ 139 (-2.8%)
Mutual labels:  feedback
Shinyfiles
A shiny extension for server side file access
Stars: ✭ 133 (-6.99%)
Mutual labels:  shiny

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")
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].