Mehmet Doğan·5 days agoHow to Embed a Shiny App Into a blogdown PostThis article is first published on plootra.com. If you have a website or blog and would like to embed a shiny app into your content, I will walk you through three alternatives to achieve it in this article. How to embed a shiny app into a blogdown post? How to…Shiny4 min readShiny4 min read
Elnur Huseynzade·Jan 28F1 2022 Season Race Result with Shiny in RThe Shiny package is considered one of the most important packages in the R programming language. This package is mostly used for developing web applications. In this blog, we will process the results of the F1 2022 Season race in the shiny package. …Shiny4 min readShiny4 min read
Adrian Joseph, PhDinDev Genius·Jan 21Member-onlyWhich R Shiny framework is the best? A comparison of vanilla Shiny, golem, rhino, and leprechaunThere is no single way to develop a shiny app. But is there a “best” way? Here are my thoughts on some common shiny frameworks. A while ago I wrote a series of posts about writing a professional Shiny app. In those articles I recommended the golem framework over vanilla…Shiny9 min readShiny9 min read
Dario RadečićinAppsilon·Jan 22Member-onlyShiny for Python and SCSS: How to Style Your Dashboards with SASSModernize your dashboards with Shiny for Python SCSS — Syntactically Awesome Style Sheets — There’s a more powerful design kid on the block with the name of SASS (Syntactically Awesome Style Sheets), and it simplifies how app styles are written and maintained. Today you’ll learn all about it in the context of Shiny for Python — also a new arrival to the web development…Shiny6 min readShiny6 min read
Zenreportz (Dr. P. B. Patel)·Jan 15Zen-Dash, Production-ready dashboard, better alternative than shiny or streamlit for productionGithub: https://github.com/Zen-Reportz/zen_dash Demo Code: https://github.com/Zen-Reportz/zen_dash/tree/main/demo Document: https://github.com/Zen-Reportz/zen_dash/tree/main/demo A dashboard is a great interactive tool for monitoring business KPIs. It provides an excellent interface to display complex information efficiently. Due to the free form of dashboards, it is more complicated to guide users to conclusions than reports.Shiny6 min readShiny6 min read
Dario RadečićinAppsilon·Jan 11Member-onlyshiny.benchmark — How to Measure Performance Improvements in R Shiny AppsWant to compare the performance across different versions of your Shiny app? Try shiny.benchmark by Appsilon. — The shiny.benchmark package by Appsilon allows you to compare the performance of different versions of R Shiny applications. You can write instructions that will be executed and evaluated on different versions of your app and easily measure the performance differences. In today’s article, you’ll learn how to install and use…Shiny6 min readShiny6 min read
Anushree Dhople·Dec 29, 2022User Recommendation Systems — Part IA User Recommendation System is a statistical technique that aims to predict a user’s preference based on the ratings given by other users in our observed dataset. A recommendation system has many uses — from recommending products to shoppers in a super market to recommending movies to users on their…Shiny6 min readShiny6 min read
Justin Morgan Williams·Dec 26, 2022Member-onlyShiny for Python Choropleth MapMapping US gun violence mass shootings with ipyleaflet in Shiny for Python — Preamble The purpose of this blog is two-fold: To showcase building a choropleth map application in Shiny for Python. To elucidate the location of deaths and injuries resulting from mass shootings within the US. I had been thinking of creating an app on gun violence and mass shootings and figured with…Shiny9 min readShiny9 min read
data habits·Dec 25, 2022Why you should learn Javascript to master R Shiny. And how to get startedShiny has become the status quo of building web apps/dashboards with R. A major reason of its success is that you don’t need to know javascript to create basic interactive web apps. Although the concealment of this important feature is by design and makes Shiny in the first instance easy…Shiny5 min readShiny5 min read
Ben Roston·Dec 19, 2022What makes R Shiny feel so intimidating?Code is, at its core, a way of communicating with a computer. But, computer’s speak in 1’s and 0’s and not Medium articles so we need some way to translate something we understand to something the computer understand. …Shiny6 min readShiny6 min read