Found 153 bookmarks
Newest
Shiny 1.0.4
Shiny 1.0.4
Shiny 1.0.4 is now available on CRAN. To install it, run: install.packages("shiny") For most Shiny users, the most exciting news is that file inputs now support dragging and dropping: It is now possible to add and remove tabs from a tabPanel, with the new functions insertTab(), appendTab(), prependTab(), and removeTab(). It is also possible to hide and show tabs with hideTab() and showTab(). Shiny also has a new a function, onStop(), which registers a callback function that will execute when the application exits.
·blog.rstudio.com·
Shiny 1.0.4
Building a shiny app with drag and drop data interface
Building a shiny app with drag and drop data interface
Introduction Data visualization is an important aspect of the data science work flow. This app enables the analyst to understand the data in question. In this post, we will build an application whi…
·pradeepadhokshaja.wordpress.com·
Building a shiny app with drag and drop data interface
Productionizing Shiny and Plumber with Pins · R Views
Productionizing Shiny and Plumber with Pins · R Views
Producing an API that serves model results or a Shiny app that displays the results of an analysis requires a collection of intermediate datasets and model objects, all of which need to be saved. Depending on the project, they might need to be reused in another project later, shared with a colleague, used to shortcut computationally intensive steps, or safely stored for QA and auditing. Some of these should be saved in a data warehouse, data lake, or database, but write access to an appropriate database isn’t always available.
·rviews.rstudio.com·
Productionizing Shiny and Plumber with Pins · R Views
Super Solutions for Shiny Architecture 2/5: Javascript Is Your Friend - App
Super Solutions for Shiny Architecture 2/5: Javascript Is Your Friend - App
Three methods for using javascript code in Shiny applications to build faster apps, avoid unnecessary re-rendering, and add components beyond Shiny's limits. Part 2 of a 5 part series on super solutions for Shiny architecture.
·appsilon.com·
Super Solutions for Shiny Architecture 2/5: Javascript Is Your Friend - App
Using Shiny with Scheduled and Streaming Data · R Views
Using Shiny with Scheduled and Streaming Data · R Views
Note: This article is now several years old. If you have RStudio Connect, there are more modern ways of updating data in a Shiny app. Shiny applications are often backed by fluid, changing data. Data updates can occur at different time scales: from scheduled daily updates to live streaming data and ad-hoc user inputs. This article describes best practices for handling data updates in Shiny, and discusses deployment strategies for automating data updates.
·rviews.rstudio.com·
Using Shiny with Scheduled and Streaming Data · R Views
Forget about Excel, Use these R Shiny Packages Instead - Appsilon Data Scie
Forget about Excel, Use these R Shiny Packages Instead - Appsilon Data Scie
Transferring your Excel sheet to a Shiny app is perhaps the easiest way to create an enterprise ready dashboard. Shiny offers a comparable feature set to Excel as well as exciting new possibilities.
·appsilon.com·
Forget about Excel, Use these R Shiny Packages Instead - Appsilon Data Scie
shinycovr
shinycovr
Contribute to yonicd/shinycovr development by creating an account on GitHub.
·github.com·
shinycovr
Bookmarking a Shiny app without Shiny bookmarking
Bookmarking a Shiny app without Shiny bookmarking
I do not well remember, but it seems to me I faced some difficulties when I tried to use Shiny bookmarking to save and restore the state of a Shiny app. These difficulties arose when there were some rende...
·r-bloggers.com·
Bookmarking a Shiny app without Shiny bookmarking
Dean Attali - R-Shiny consultant
Dean Attali - R-Shiny consultant
R-Shiny developer and consultant with a MSc in Bioinformatics and a Bachelor of Computer Science. Previously a software engineer at Google, IBM, and Wish.com.
·deanattali.com·
Dean Attali - R-Shiny consultant
Best Practice: Development of Robust Shiny Dashboards as R Packages
Best Practice: Development of Robust Shiny Dashboards as R Packages
This article describes best practice approaches for developing shiny dashboards. The creation of the dashboard in package form, as well as the use of unit tests should enable the development of robust solutions and guarantee high quality.
·inwt-statistics.com·
Best Practice: Development of Robust Shiny Dashboards as R Packages
R Shiny for Enterprise - Applison
R Shiny for Enterprise - Applison
We create, maintain, and develop enterprise R Shiny dashboards. We deliver rapid development, scalability to thousands of users, and sophisticated UIUX.
·appsilon.com·
R Shiny for Enterprise - Applison
Shiny Architecture (1/5) - Applison
Shiny Architecture (1/5) - Applison
Learn how to use the session argument as a global list for passing parameters between modules in advanced Shiny apps to simplify the objects’ flow in code., organize app content, simplify objects flow logic, decrease bugs, increase speed
·appsilon.com·
Shiny Architecture (1/5) - Applison
Prototype to Production - Applison
Prototype to Production - Applison
We will start with a basic shiny dashboard that uses no libraries. Then we will enhance it using bootstrap and semantic UI. Then we use custom CSS.
·appsilon.com·
Prototype to Production - Applison
R Shiny Google Group
R Shiny Google Group
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
·groups.google.com·
R Shiny Google Group