Top 7 Best R Shiny Books and Courses That Are Completely Free

Estimated time:
time
min

So, you want to become an R Shiny Developer? 2022 is the year to do it. Learning a new language, library, or framework can be stressful - even expensive at times! That’s why we decided to share the 7 best R Shiny books and courses you can follow from the comfort of your home completely free of charge. You should have at least the basic R programming skills under your toolbelt if you want to become proficient in R Shiny. Some of the top 7 R Shiny books and courses you’ll see below provide a brief refresher in R, but it shouldn’t be your first exposure to the language. <blockquote>Want to get hired as an R Shiny Developer at Appsilon? <a href="https://appsilon.com/how-to-start-a-career-as-an-r-shiny-developer/" target="_blank" rel="noopener noreferrer">Read our complete getting started guide</a>.</blockquote> Table of contents: <ul><li><a href="#book-1">Mastering Shiny by Hadley Wickham</a></li><li><a href="#book-2">Outstanding User Interfaces With Shiny by David Granjon</a></li><li><a href="#book-3">Engineering Production-Grade Shiny Apps by Colin Fay</a></li><li><a href="#book-4">The Shiny AWS Book by Matt Dancho</a></li><li><a href="#book-5">JavaScript 4 Shiny by Colin Fay</a></li><li><a href="#course-1">How to Start Shiny by RStudio</a></li><li><a href="#course-2">A gRadual intRoduction to Shiny by Ted Laderas</a></li></ul> <img class="size-full wp-image-11913 aligncenter" src="https://webflow-prod-assets.s3.amazonaws.com/6525256482c9e9a06c7a9d3c%2F65b01f48d5a0d56b396cb29d_JavaScript-4-Shiny-Field-Notes-v2.webp" alt="shiny books and courses" width="960" height="540" /> &nbsp; <hr /> <h2>Best R Shiny Books</h2> <h3 id="book-1">Mastering Shiny by Hadley Wickham</h3> This book is brutally easy to recommend. Not only because it was published by a reputable author and publisher, but because it has a free online version! The <em>Mastering Shiny</em> book was written with the aim of taking you from an absolute beginner in Shiny to writing large and complex but at the same time maintainable and performant applications. You’ll learn a lot about reactive elements and reactive programming which are core concepts in Shiny. The book also teaches you how to work with graphics, layouts, and themes in Shiny, and how to handle user feedback. <blockquote><a href="https://mastering-shiny.org/" target="_blank" rel="noopener noreferrer">Read Mastering Shiny online for free</a>.</blockquote> <h3 id="book-2">Outstanding User Interfaces With Shiny by David Granjon</h3> This book was intended to release in 2021 Q4 by Chapman &amp; Hall and is the result of three years of work. The <em>Outstanding User Interfaces With Shiny</em> is aimed towards more experienced Shiny users who want to learn more about the underlying web technologies. If you want to add a more professional and polished look, design amazing and interactive input widgets, better handle JavaScript and CSS, develop mobile-friendly templates, and include React in your Shiny apps - this is the book for you. As with the previous one in the list, it also has an online version available you can access free of charge! <blockquote><a href="https://unleash-shiny.rinterface.com/" target="_blank" rel="noopener noreferrer">Read Outstanding User Interfaces With Shiny for free</a>.</blockquote> <h3 id="book-3">Engineering Production-Grade Shiny Apps by Colin Fay</h3> The <em>Engineering Production-Grade Shiny Apps</em> is a must-read by Colin Fay, Sebastien Rochette, Vincent Guyader, and Cervan Girard. It was published <a href="https://www.routledge.com/Engineering-Production-Grade-Shiny-Apps/Fay-Rochette-Guyader-Girard/p/book/9780367466022" target="_blank" rel="noopener noreferrer">in print</a> by Chapman &amp; Hall, but it also has an online version that’s free of charge. This book is not aimed towards beginners in R Shiny. It teaches you the process of building an application that will later be used in production, and it does it really well. The authors decided to cover this topic after finding a gap in existing materials. Lots of books and articles talk about getting started in R Shiny and what to do once your application is production-ready, but everyone seems to neglect the area in-between. If you have a working knowledge of R Shiny and want to take it a step further, then this is the book for you. <blockquote><a href="https://engineering-shiny.org/" target="_blank" rel="noopener noreferrer">Read Engineering Production-Grade Shiny Apps for free</a>.</blockquote> <h3 id="book-4">The Shiny AWS Book by Matt Dancho</h3> A big problem in data science is that no one talks about deploying data science web applications (or not enough at least). That’s where <em>The Shiny AWS Book</em> comes into play. It teaches you several powerful DevOps technologies, including Amazon AWS, Shiny Server, Docker, Git, and NGINX. All allow you to deploy R Shiny web applications in different ways. The book starts with a brief AWS overview and teaches you how to set up and connect to an EC2 instance. You’ll then learn everything you need to know about Docker and Github for web application deployment and finish strong with a networking and security section. Oh, almost forgot - it’s available for free! <blockquote><a href="https://business-science.github.io/shiny-production-with-aws-book/" target="_blank" rel="noopener noreferrer">Read The Shiny AWS Book for free</a>.</blockquote> <h3 id="book-5">JavaScript 4 Shiny by Colin Fay</h3> <em>JavaScript 4 Shiny</em> isn’t necessarily a book, but a collection of notes taken by Colin Fay during an informal JavaScript training. Most of the content is composed of pieces of code and the author’s comments, without complete sentences. Still, it goes over basic JavaScript objects, adding JavaScript to R Shiny apps, DOM elements and events, jQuery, and building custom inputs for Shiny. Colin is a well-known figure in the R world. If you’ve read any of his books, you already know the quality is superb. These notes maybe aren’t formatted as a book and leave some questions unanswered, but it’s still one of our top recommendations if you want to learn just enough JavaScript for R Shiny. <blockquote><a href="https://connect.thinkr.fr/js4shinyfieldnotes/" target="_blank" rel="noopener noreferrer">Read JavaScript 4 Shiny for free</a>.</blockquote> <h2>Best R Shiny Courses</h2> <h3 id="course-1">How to Start Shiny by RStudio</h3> Onto the video courses now. Books aren’t always easy to digest when it comes to highly-interactive work environments. A 3-hour video course can easily cover the same materials as a 500-page book, if not more. The thing with video courses is they’ll take much more time to complete than advertised. If you’re new to R Shiny, watching a 3-hour course could take you 3 days, due to constant pausing and checking your code. If you’re more of a visual person, then <em>How to Start Shiny</em> by RStudio is the best place to start learning about R Shiny. It’s completely free and covers all basic concepts - from inputs, outputs, server functions, reactivity, and UI with HTML and CSS. The course by itself is enough to get started writing decent Shiny apps in no time. <blockquote><a href="https://shiny.rstudio.com/tutorial/" target="_blank" rel="noopener noreferrer">Watch How to Start Shiny for free</a>.</blockquote> <h3 id="course-2">A gRadual intRoduction to Shiny by Ted Laderas</h3> Back in 2018, Ted Laderas, Jessica Minnier, Pierrette Lo, and Dar’ya Pozhidayeva held a 2-hour workshop on the basic concepts of R Shiny. The workshop covers the basic architecture of R Shiny apps, how UI and server communicate with inputs and outputs, how to display data visualizations with <code>ggplot</code> and <code>plotly</code>, and much more. The best part is - both the slides and videos are available online for free! Fundamental knowledge of the R programming language is required, with the focus on <code>dplyr</code> and <code>ggplot2</code> packages, so keep that in mind. <blockquote><a href="https://docs.google.com/document/d/17ScxnNLBFF8Jvq3LMXqto4NQQjoPkoAzvBKvPgejl4Y/edit#" target="_blank" rel="noopener noreferrer">Watch A Gradual Introduction to Shiny for free</a>.</blockquote> <hr /> <h2>Best R Shiny Books and Courses for the New Year!</h2> To summarize, if you're eager to learn R Shiny in 2022, consider spending a couple of hours of spare time per week on these materials. Better yet, start coding with the examples and level up your skills. <blockquote><strong>Check out these <a href="https://appsilon.com/best-practices-for-durable-r-code/" target="_blank" rel="noopener noreferrer">best practices for durable R code</a> and set yourself up for success!</strong></blockquote> There’s no need for fancy equipment or to even pay for books and courses. All 7 of the best R Shiny books and courses we listed above are completely free of charge. That being said, we do find existing online courses somewhat basic. If you want to learn advanced concepts behind Shiny, we recommend you read a couple of books from <a href="https://appsilon.com/how-to-start-a-career-as-an-r-shiny-developer/" target="_blank" rel="noopener noreferrer">our advanced list</a>. For additional learning resources, feel free to check the curated list from <a href="https://appsilon.com/blog/" target="_blank" rel="noopener noreferrer">our blog</a>: <ul><li><a href="https://appsilon.com/r-shiny-shinytableau/" target="_blank" rel="noopener noreferrer">Shinytableau - How to Create Tableau Dashboard Extensions With R Shiny</a></li><li><a href="https://appsilon.com/fluent-and-shiny-build-beautiful-shiny-apps-using-microsofts-fluent-ui/" target="_blank" rel="noopener noreferrer">Fluent and Shiny: Build Beautiful Shiny Apps Using Microsoft’s Fluent UI</a></li><li><a href="https://appsilon.com/how-to-make-production-ready-shiny-applications/" target="_blank" rel="noopener noreferrer">How to Make Production Ready Shiny Applications</a></li><li><a href="https://appsilon.com/apache-arrow-in-r-supercharge-r-shiny-dashboards/" target="_blank" rel="noopener noreferrer">Apache Arrow in R - Supercharge Your R Shiny Dashboards with 10X Faster Data Loading</a></li><li><a href="https://appsilon.com/interactive-google-maps-with-r-shiny/" target="_blank" rel="noopener noreferrer">How to Build Interactive Google Maps With R Shiny - A Complete Guide</a></li></ul> How did you learn R Shiny? Did we miss your favorite book or online course? Please let us know in the comments below.

Contact us!
Damian's Avatar
Damian Rodziewicz
Head of Sales
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
community
shiny
r