learning-shiny | Introductory | Data Visualization library
kandi X-RAY | learning-shiny Summary
kandi X-RAY | learning-shiny Summary
Introductory tutorial creating a narrative to the RStudio's tutorial and other documentation for newbies to R's wonderful package shiny.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of learning-shiny
learning-shiny Key Features
learning-shiny Examples and Code Snippets
Community Discussions
Trending Discussions on learning-shiny
QUESTION
I am working on a shiny app which accept input and display it. How can I keep input more text, and keep the track?
...ANSWER
Answered 2019-Jun-15 at 07:43You could store the values of the textInput
inside a reactiveValues
which get updated when clicking a button. In the following example you initialize an empty data.frame
and a counter which both get updated when clicking the button. All Inputs get stored in a the data.frame
.
If you want would like to store this values after the session for reusage you could use a bookmarkButton
for local storage or you could also store the values in an SQL-Database or a NoSQL-Database for permanent storage.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install learning-shiny
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page