Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Hands-On Dashboard Development with Shiny
Hands-On Dashboard Development with Shiny

Hands-On Dashboard Development with Shiny: A practical guide to building effective web applications and dashboards

eBook
$14.99 $21.99
Paperback
$25.99
Subscription
Free Trial
Renews at $19.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Table of content icon View table of contents Preview book icon Preview Book

Hands-On Dashboard Development with Shiny

Layout Functions in Shiny

In the first chapter, we got introduced to the basics of Shiny applications and the various Shiny commands. The layout functions in Shiny describe the different functions that is available in order to review the applications with each of the layouts with the same content. This chapter explains in detail about producing the different layout functions. We will be covering the following topics throughout the chapter:

  • Bootstrap and how it works for Shiny
  • How to produce layouts using rows and columns
  • The different layout functions available with Shiny
  • Navigation bar and navigation list layouts
  • Using conditional UI elements, as well as how to take control of the UI

Bootstrap framework

In this section, we will learn about Bootstrap and its framework as well as its usage and the concepts that it brings to web design in the Shiny applications. We will also see how to add a theme to a Bootstrap setup.

Bootstrap is an open source toolkit that makes use of HTML, CSS, and JavaScript. It is of particular interest to web developers because it enables them to make responsive websites that can seamlessly scale up or down depending on the screen it's viewed on, including PC monitors, tablets, and even mobile phones.

Shiny was built on Bootstrap version 3. However, Bootstrap version 4 is available with minor changes. The main content that attracts Shiny developers about Bootstrap is the grid system.

The grid system is a way of organizing content in a sample format, and is initially done by organizing rows and then by columns. Familiarity with...

Adding themes to Bootstrap

There are many free and open source themes available online if you do not want to use the default theme of Bootstrap.

Using them is as simple as putting the theme inside a www folder, which is at the same level as your application, and providing the filename. For example, sandstone.css as the theme argument to fluidPage, fixedPage, bootstrapPage, or navbarPage.

Producing layout in rows and columns

As we already know, Shiny uses the grid system from Bootstrap to lay out content. There are a couple of ways to carry this out, but built-in Shiny functions are always involved. The differences between the functions are minor and the basic idea of each is the same.

This section will cover the server installation steps of the following functions:

  • fluidPage()
  • bootstrapPage()
  • fixedPage()

fluidPage()

The most standard way of using the grid layout within Shiny is to use the fluidPage() function. The following code snippet illustrates the fluidPage() function:

server = function(input, output){    

# server code
}
ui = fluidPage(

fluidRow(
column(2, wellPanel(p("Column width 2")))...

Navigation bar and the navigation list based layout

Shiny allows you to layout your application using navbars and navlists. These are layouts that come from the Bootstrap framework. However, navlist has disappeared as a named class in Bootstrap 3.

Navbar panel application

From the following screenshot, in the first tab (Budgets over time), we have the year, title, and genre controls, as well as the graph underneath containing content from the Movies explorer application:

Budget over time tab

On the next tab (Movie picker), we have a table with the movie selector combo box. The navbar layout gives you buttons along the top, which allows you to select different tab panels, as shown in the following screenshot:

Movie picker...

Summary of layout functions

In this section, we will look at all of the layout functions to give an overview of what is available. We will review applications with each of the layouts with the same content to give an idea of how they all compare.

flowlayout

The following screenshot illustrates the flowlayout function of the setup. Elements are ordered left to right and top to bottom, as seen in the following screenshot:

flowlayout

Resizing the application window causes the elements to reorder themselves so that they fit left to right and top to bottom.

sidebarlayout

The...

Conditional UI

Shiny provides a lots of ways to make the user experience as simple and easy as possible. By controlling what the user sees, taking control of the user's inputs, and giving the user feedback about what the application is doing and why, it is possible to make the experience easy to follow for everyone.

So, in this section, we will look at the following topics:

  • Using the conditional UI function
  • Controlling the user interface with observe()
  • Using modals to give messages to the user

The first thing to note here is that the movie selector does not show on the graph screen, as shown in the following screenshot:

Conditional UI function under Movie picker tab

It is often useful in a large application to show the user only those controls that can currently be used. This prevents your UI from being cluttered and helps show how the application works.

As you can see...

Summary

In this chapter, we looked at the Bootstrap framework and how Shiny makes use of it, and how to build an application layout using rows and columns. We explored the navigation bar, navigation list—based layouts, and also looked at an overview of all of the layout functions. Lastly, we looked at using conditional UI elements and how to control the UI.

In the next chapter, we will be taking a look at dashboards and how to put together our very first dashboard.

Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • Write a Shiny interface in pure HTML
  • Explore powerful layout functions to make attractive dashboards and other intuitive interfaces
  • Get to grips with Bootstrap and leverage it in your Shiny applications

Description

Although vanilla Shiny applications look attractive with some layout flexibility, you may still want to have more control over how the interface is laid out to produce a dashboard. Hands-On Dashboard Development with Shiny helps you incorporate this in your applications. The book starts by guiding you in producing an application based on the diamonds dataset included in the ggplot2 package. You’ll create a single application, but the interface will be reskinned and rebuilt throughout using different methods to illustrate their uses and functions using HTML, CSS, and JavaScript. You will also learn to develop an application that creates documents and reports using R Markdown. Furthermore, the book demonstrates the use of HTML templates and the Bootstrap framework. Moving along, you will learn how to produce dashboards using the Shiny command and dashboard package. Finally, you will learn how to lay out applications using a wide range of built-in functions. By the end of the book, you will have an understanding of the principles that underpin layout in Shiny applications, including sections of HTML added to a vanilla Shiny application, HTML interfaces written from scratch, dashboards, navigation bars, and interfaces.

Who is this book for?

If you have some experience writing Shiny applications and want to use HTML, CSS, and Bootstrap to make custom interfaces, then this book is for you.

What you will learn

  • Add HTML to a Shiny application and write its interfaces from scratch in HTML
  • Use built-in Shiny functions to produce attractive and flexible layouts
  • Produce dashboards, adding icons and notifications
  • Explore Bootstrap themes to lay out your applications
  • Get insights into UI development with hands-on examples
  • Use R Markdown to create and download reports

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Aug 31, 2018
Length: 76 pages
Edition : 1st
Language : English
ISBN-13 : 9781789615623
Vendor :
RStudio
Category :
Languages :
Tools :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want

Product Details

Publication date : Aug 31, 2018
Length: 76 pages
Edition : 1st
Language : English
ISBN-13 : 9781789615623
Vendor :
RStudio
Category :
Languages :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
$19.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
$199.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts
$279.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total $ 108.97
Web Application Development with R Using Shiny
$38.99
Learning Shiny
$43.99
Hands-On Dashboard Development with Shiny
$25.99
Total $ 108.97 Stars icon

Table of Contents

4 Chapters
HTML and Shiny Chevron down icon Chevron up icon
Layout Functions in Shiny Chevron down icon Chevron up icon
Dashboards Chevron down icon Chevron up icon
Other Books You May Enjoy Chevron down icon Chevron up icon

Customer reviews

Rating distribution
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
(4 Ratings)
5 star 75%
4 star 0%
3 star 0%
2 star 0%
1 star 25%
Harold May 12, 2024
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Fast track to learning to use R, Shiny and Bootstrap to make a information dashboard using Google Charts.
Subscriber review Packt
alba1988 Apr 24, 2021
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Muy interesantes para trabajar con fata cience
Amazon Verified review Amazon
Denzil Ferreira Jan 17, 2020
Full star icon Empty star icon Empty star icon Empty star icon Empty star icon 1
I should have checked the page count. This is a very brief introduction to Shiny... Which I could have gotten the same info on Shiny documentation... Not worth it :(
Amazon Verified review Amazon
Jennifer Calvert Aug 08, 2019
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Not much to say here, you do need to know a bit about R and shiny prior to reading/using this book but it is a good one.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.