Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Web Application Development with R Using Shiny Second Edition
  • Toc
  • feedback
Web Application Development with R Using Shiny Second Edition

Web Application Development with R Using Shiny Second Edition

By : Chris Beeley
3.5 (10)
close
Web Application Development with R Using Shiny Second Edition

Web Application Development with R Using Shiny Second Edition

3.5 (10)
By: Chris Beeley

Overview of this book

R is a highly flexible and powerful tool for analyzing and visualizing data. Most of the applications built using various libraries with R are desktop-based. But what if you want to go on the web? Here comes Shiny to your rescue! Shiny allows you to create interactive web applications using the excellent analytical and graphical capabilities of R. This book will guide you through basic data management and analysis with R through your first Shiny application, and then show you how to integrate Shiny applications with your own web pages. Finally, you will learn how to finely control the inputs and outputs of your application, along with using other packages to build state-of-the-art applications, including dashboards.
Table of Contents (9 chapters)
close
8
Index

Conventions

In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.

Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "We can see the separation of input code sliderInput() and output code renderPlot()."

A block of code is set as follows:

conditionalPanel(
  condition = "input.theTabs == 'trend'",
  checkboxInput("smooth", label = "Add smoother?", # add smoother
    value = FALSE)
)

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

tabPanel("Trend", plotOutput("trend"),
  value = "trend")

Any command-line input or output is written as follows:

> runGitHub("basicGoogleAnalytics2ndEdition", "ChrisBeeley")

New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Navigate to File | New | R Markdown | New document and enter the code."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

bookmark search playlist download font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete