Cargando…

Web Application Development with R Using Shiny - Second Edition.

Integrate the power of R with the simplicity of Shiny to deliver cutting-edge analytics over the WebAbout This Book Use Shiny's built-in functions to produce engaging user interfaces, and integrate them into your own web pages Implement powerful user-contributed packages to access graphics from...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Beeley, Chris (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, Limited Jan. 2016.
Edición:2nd ed.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 4500
001 EBOOKCENTRAL_ocn951662807
003 OCoLC
005 20240329122006.0
006 m o d
007 cr |n|||||||||
008 160202e20160129enk o 000 0 eng d
040 |a COO  |b eng  |e pn  |c COO  |d EBLCP  |d CHVBK  |d OCLCO  |d DEBBG  |d IDB  |d OCLCQ  |d MERUC  |d OCLCQ  |d VT2  |d OCLCF  |d UOK  |d WYU  |d OCLCQ  |d LVT  |d OCLCQ  |d OCLCO  |d K6U  |d OCLCQ  |d OCLCO  |d OCLCL 
019 |a 1076785382 
020 |a 9781782174349 
020 |a 1782174346  |q (Trade Paper) 
020 |a 9781785289682  |q (ebk) 
020 |a 1785289683 
024 3 |a 9781782174349 
029 1 |a AU@  |b 000070669345 
029 1 |a CHNEW  |b 000884555 
029 1 |a CHVBK  |b 374432554 
029 1 |a DEBBG  |b BV043893478 
035 |a (OCoLC)951662807  |z (OCoLC)1076785382 
037 |b 01201872 
050 4 |a QA76.76.A65  |b B44 2016 
082 1 4 |a [E] 
049 |a UAMI 
100 1 |a Beeley, Chris,  |e author. 
245 1 0 |a Web Application Development with R Using Shiny - Second Edition. 
250 |a 2nd ed. 
260 |a Birmingham :  |b Packt Publishing, Limited  |c Jan. 2016. 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
520 8 |a Integrate the power of R with the simplicity of Shiny to deliver cutting-edge analytics over the WebAbout This Book Use Shiny's built-in functions to produce engaging user interfaces, and integrate them into your own web pages Implement powerful user-contributed packages to access graphics from the web, make your own dashboards, use interactive maps, and more Extend Shiny using JavaScript and jQuery with minimal coding using this handy, step-by-step guideWho This Book Is ForThis book is for anybody who wants to produce interactive data summaries over the web, whether you want to share them with a few colleagues or the whole world. No previous experience with R, Shiny, HTML, or CSS is required to begin using this book, although you should possess some previous experience with programming in a different language. What You Will Learn Build interactive applications using Shiny's built-in widgets Use the built-in layout functions in Shiny to produce user-friendly applications Integrate Shiny applications with web pages and customize them using HTML and CSS Harness the power of JavaScript and jQuery to customize your applications Engage your users and build better analytics using interactive plots Debug your applications using Shiny's built-in functions Deliver simple and powerful analytics across your organization using Shiny dashboards Share your applications with colleagues or over the Internet using cloud services or your own serverIn DetailR 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. Style and approachLearn by doing! Each chapter includes code and examples to use and adapt for your own applications. As the chapters progress, the code and examples are built upon until you have all the materials required to build a large, complex, real-world analytics application. 
505 0 |a Cover -- Copyright -- Credits -- About the Author -- About the Reviewer -- www.PacktPub.com -- Table of Contents -- Preface -- Chapter 1: Getting Started with R and Shiny! -- Installing R -- The R console -- Code editors and IDEs -- Learning R -- Getting help -- Loading data -- Data types and structures -- Dataframes, lists, arrays, and matrices -- Variable types -- Functions -- Objects -- Base graphics and ggplot2 -- Bar chart -- Line chart -- Advanced tasks with dplyr and ggvis -- Preparing the data -- A simple interactive line plot -- Installing Shiny and running the examples -- Summary -- Chapter 2: Building Your First Application -- Types of Shiny application -- Interactive Shiny documents in RMarkdown -- A minimal example of a fully Shiny application -- ui. R of minimal example -- A note on HTML helper functions -- The finished interface -- server. R of minimal example -- The program structure -- An optional exercise -- Widget types -- The Google Analytics application -- The UI -- Data processing -- Reactive objects -- Outputs -- Text summary -- Trend graphs -- A map of users across the world -- A note on the application code -- An optional exercise -- Advanced layout features -- Summary -- Chapter 3: Building Your Own Web Pages with Shiny -- Running the applications and code -- Shiny and HTML -- Custom HTML links in Shiny -- ui. R -- server. R -- server. R -- data preparation -- server. R -- the server definition -- A minimal HTML interface -- index.html -- server. R -- JavaScript and Shiny -- Example 1 -- reading and writing the DOM -- ui. R -- server. R -- Example 2 -- sending messages between client and server -- ui. R -- server. R -- dropdownDepend.js -- Take a step back and rewind -- jQuery -- index.html -- the body -- server. R -- Exercise -- Debugging -- Bootstrap 3 and Shiny -- Summary. 
505 8 |a Chapter 4: Taking Control of Reactivity, Inputs, and Outputs -- What's new in our application? -- Downloading data from RGoogleAnalytics -- Animation -- Streamline the UI by hiding elements -- Naming tabPanel elements -- Beautiful tables with DataTable -- Reactive user interfaces -- The reactive user interface example -- server. R -- The reactive user interface example -- ui. R -- Progress bars -- Advanced reactivity and data handling -- Controlling the whole interface with submitButton() -- Controlling specific inputs with the isolate() function -- Running reactive functions over time -- Using reactive objects and functions efficiently -- More advanced topics in Shiny -- Finely controlling inputs and outputs -- Reading client information and GET requests in Shiny -- Custom interfaces from GET strings -- Advanced graphics options -- Downloading graphics and reports -- Downloadable reports with knitr -- Downloading and uploading data -- Debugging -- Good practice when coding Shiny applications -- Debugging functions -- Summary -- Chapter 5: Advanced Applications I -- Dashboards -- Applications in this chapter -- Version one -- sidebar layout -- Adding icons to your UI -- Using shinyBS to add pop-ups and tooltips -- ui. R -- Adding a pop-up window to an output -- Using shinythemes -- Version two -- grid layout (A) -- ui. R -- Version two -- grid layout (B) -- ui. R -- Version three -- navigation bar -- ui. R -- Version four -- dashboard -- Notifications -- Info boxes -- ui. R -- Google Charts gauge -- Resizing the google chart -- ui. R -- Summary -- Chapter 6: Advanced Applications II -- Using JavaScript Libraries in Shiny Applications -- The htmlwidgets package -- The application framework -- ui. R -- Dygraphs -- server. R -- Dygraphs with a prediction -- rCharts -- d3heatmap -- threejs -- Summary -- Chapter 7: Sharing Your Creations -- Sharing with the R community. 
505 8 |a Sharing over GitHub -- An introduction to Git -- Using Git and GitHub within Rstudio -- Projects in RStudio -- Sharing applications using Git -- Sharing using .zip and .tar -- Sharing with the world -- Shinyapps.io -- Shinyapps.io without RStudio -- Shiny Server -- Scoping, loading, and reusing data in Shiny applications -- Temporary data input/output -- Permanent data functions -- Browser compatibility -- Summary -- Index. 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
650 0 |a Web applications. 
650 0 |a Application software. 
650 0 |a R. 
650 6 |a Applications Web. 
650 6 |a Logiciels d'application. 
650 7 |a Application software  |2 fast 
650 7 |a Web applications  |2 fast 
758 |i has work:  |a Web Application Development with R Using Shiny - Second Edition (Text)  |1 https://id.oclc.org/worldcat/entity/E39PD3cDPYv9wRqG4CygRHj3PP  |4 https://id.oclc.org/worldcat/ontology/hasWork 
776 0 8 |i Erscheint auch als:  |n Druck-Ausgabe  |t Beeley, Chris. Web Application Development with R Using Shiny 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=4520722  |z Texto completo 
936 |a BATCHLOAD 
938 |a EBL - Ebook Library  |b EBLB  |n EBL4520722 
994 |a 92  |b IZTAP