Web Application Development with R Using Shiny: Build stunning graphics and interactive data visualizations to deliver cutting-edge analytics, 3/e (Paperback)
暫譯: 使用 R 和 Shiny 的網頁應用程式開發:打造驚豔的圖形和互動式數據視覺化,提供尖端分析,第三版(平裝本)

Chris Beeley, Shitalkumar R. Sukhdeve

  • 出版商: Packt Publishing
  • 出版日期: 2018-09-27
  • 售價: $1,660
  • 貴賓價: 9.5$1,577
  • 語言: 英文
  • 頁數: 238
  • 裝訂: Paperback
  • ISBN: 1788993128
  • ISBN-13: 9781788993128
  • 相關分類: R 語言Data-visualization
  • 海外代購書籍(需單獨結帳)

買這商品的人也買了...

相關主題

商品描述

Analyze, communicate, and design your own sophisticated and interactive web applications using the R (v 3.4) Shiny (1.1.0) package

Key Features

  • Explore the power of R Shiny to make interactive web applications easily
  • Create engaging user interfaces using elements such as HTML5 shiny tags and Ttabsets
  • Build and deploy your interactive Shiny web application using shinyapps.io

Book Description

Web Application Development with R Using Shiny helps you become familiar with the complete R Shiny package. The book starts with a quick overview of R and its fundamentals, followed by an exploration of the fundamentals of Shiny and some of the things that it can help you do. You'll learn about the wide range of widgets and functions within Shiny and how they fit together to make an attractive and easy to use application.

Once you have understood the basics, you'll move on to studying more advanced UI features, including how to style apps in detail using the Bootstrap framework or and Shiny's inbuilt layout functions.

You'll learn about enhancing Shiny with JavaScript, ranging from adding simple interactivity with JavaScript right through to using JavaScript to enhance the reactivity between your app and the UI.

You'll learn more advanced Shiny features of Shiny, such as uploading and downloading data and reports, as well as how to interact with tables and link reactive outputs. Lastly, you'll learn how to deploy Shiny applications over the internet, as well as and how to handle storage and data persistence within Shiny applications, including the use of relational databases.

By the end of this book, you'll be ready to create responsive, interactive web applications using the complete R (v 3.4) Shiny (1.1.0) suite.

What you will learn

  • Harness the power of JavaScript to customize your applications
  • Build dashboards with predefined UI and layouts
  • Engage your users and build better analytics using interactive plots
  • Learn advanced code patterns to make your applications easy to write and maintain.
  • Develop a full understanding of Shiny's UI functions to give you the power to build a wide variety of attractive applications.
  • Store data and interact with databases with Shiny.
  • Learn how to share your Shiny applications
  • Understand reactivity at the conceptual level to build more efficient and robust apps

Who this book is for

Web Application Development with R Using Shiny is for you if you are interested in creating compelling web applications and interactive data visualization over the web using Shiny. Programming experience with R is required.

Table of Contents

  1. Beginning with R
  2. Shiny first steps
  3. Integrating Shiny with HTML
  4. Mastering Shiny's UI functions
  5. Easy JavaScript and custom JavaScript functions with Shiny
  6. Easy dashboards with shiny dashboard
  7. Power Shiny
  8. Code patterns in Shiny applications
  9. Persistent storage and sharing Shiny applications

商品描述(中文翻譯)

分析、溝通並設計您自己的複雜且互動的網頁應用程式,使用 R (v 3.4) Shiny (1.1.0) 套件

主要特點


  • 探索 R Shiny 的強大功能,輕鬆製作互動網頁應用程式

  • 使用 HTML5 shiny 標籤和 Tabsets 等元素創建引人入勝的用戶介面

  • 使用 shinyapps.io 建立和部署您的互動 Shiny 網頁應用程式

書籍描述

《使用 Shiny 的 R 網頁應用程式開發》幫助您熟悉完整的 R Shiny 套件。本書首先快速概述 R 及其基本概念,接著探討 Shiny 的基本原理以及它能幫助您完成的一些任務。您將了解 Shiny 中各種小工具和函數,以及它們如何協同工作以製作出吸引人且易於使用的應用程式。

一旦您理解了基本概念,您將進一步學習更高級的 UI 特性,包括如何使用 Bootstrap 框架或 Shiny 的內建佈局函數詳細設計應用程式。

您將學習如何使用 JavaScript 增強 Shiny,從添加簡單的互動性到使用 JavaScript 增強應用程式與 UI 之間的反應性。

您將學習 Shiny 的更高級功能,例如上傳和下載數據及報告,以及如何與表格互動和鏈接反應式輸出。最後,您將學習如何在互聯網上部署 Shiny 應用程式,以及如何在 Shiny 應用程式中處理存儲和數據持久性,包括使用關聯數據庫。

在本書結束時,您將能夠使用完整的 R (v 3.4) Shiny (1.1.0) 套件創建響應式、互動的網頁應用程式。

您將學到什麼


  • 利用 JavaScript 的力量自定義您的應用程式

  • 使用預定義的 UI 和佈局構建儀表板

  • 吸引您的用戶,並使用互動圖表構建更好的分析

  • 學習高級代碼模式,使您的應用程式易於編寫和維護

  • 全面理解 Shiny 的 UI 函數,使您能夠構建各種吸引人的應用程式

  • 使用 Shiny 存儲數據並與數據庫互動

  • 學習如何分享您的 Shiny 應用程式

  • 在概念層面理解反應性,以構建更高效和穩健的應用程式

本書適合誰

《使用 Shiny 的 R 網頁應用程式開發》適合您,如果您有興趣使用 Shiny 創建引人注目的網頁應用程式和互動數據可視化。需要具備 R 的編程經驗。

目錄


  1. 從 R 開始

  2. Shiny 的第一步

  3. 將 Shiny 與 HTML 整合

  4. 掌握 Shiny 的 UI 函數

  5. 使用 Shiny 的簡單 JavaScript 和自定義 JavaScript 函數

  6. 使用 shiny dashboard 創建簡單的儀表板

  7. 強大的 Shiny

  8. Shiny 應用程式中的代碼模式

  9. 持久存儲和分享 Shiny 應用程式