Elabonga AtuoforfreeCodeCampfreecodecamp.org·Dec 9, 2024How to Build a Weather App with R ShinyIn this tutorial, you’ll learn how to build a weather app in R. Really – a weather app, in R? Wait, hear me out. When you think of R, you probably imagine someone wearing chunky thick prescription glasses and devouring a book. You know, a statisticia...rshiny
Arya singharyasingh.hashnode.dev·Aug 17, 2024Exploring Detroit Crime Patterns with an Interactive DashboardIntroduction Understanding crime patterns is crucial for enhancing public safety and making informed decisions in law enforcement. To aid in this process, I developed a comprehensive and interactive dashboard for analyzing crime data in Detroit. The ...rshiny
Appsilonappsilon.hashnode.dev·May 19, 2023Shiny for Python and SCSS: How to Style Your Dashboards with SASSThere’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 a...78 readsPython
Appsilonappsilon.hashnode.dev·May 17, 2023Shiny for Python: How to Work With MySQL and Postgres DatabasesMost of the real-world data is stored in databases, so knowing how to access different database systems from Shiny is a mandatory skill. With the rise of Shiny for Python, databases and their access got a whole new meaning, as Shiny developers are no...1 likePython
Jessica Anna Jamesjessica1438.hashnode.dev·Apr 2, 2023Empower Your Data with R Shiny: A Comprehensive Guide to Installing and Setting up the Web Application Framework for Data VisualizationIntroduction to Rshiny RShiny, is an R package that helps you build easy and interactive Web applications based on your statistical analysis of real-time data without the need of knowing HTML, CSS or Javascript. The flexibility of Rshiny allows one t...1 like·116 readsR Language
Ben Katesbenkates.hashnode.dev·Jul 29, 2020Our Favorite R Shiny UI SkinsThis article has been reposted from the CompassRed blog At CompassRed, we primarily work in R for client projects. Whether it’s creating models, custom data viz, or something in between, a static slide deck or HTML file only goes so far (more than on...72 readsR Language
Ben Katesbenkates.hashnode.dev·Jan 17, 2020Google Analytics Dashboards in R Shiny💡 tl;dr: You can create fully-fledged custom Google Analytics dashboard applications by taking advantage of the vast R/Shiny ecosystem of packages! There’s an example application, Shiny template, and instructions to get started below. This post ha...30 readsGoogle Analytics