Web application development with R using Shiny :: integrate the power of R with the simplicity of Shiny to deliver cutting-edge analytics over the Web /
Annotation
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham, UK :
Packt Publishing,
2016.
|
Ausgabe: | Second edition. |
Schriftenreihe: | Community experience distilled.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | Annotation |
Beschreibung: | Includes index. |
Beschreibung: | 1 online resource (1 volume) : illustrations. |
ISBN: | 9781785289682 1785289683 |
Internformat
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn939394696 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr unu|||||||| | ||
008 | 160215s2016 enka o 001 0 eng d | ||
040 | |a UMI |b eng |e rda |e pn |c UMI |d N$T |d YDXCP |d IDEBK |d N$T |d DEBSZ |d DEBBG |d C6I |d OCLCQ |d OCLCF |d CEF |d UKMGB |d ZCU |d AGLDB |d IGB |d UKAHL |d VLY |d OCLCO |d OCLCQ |d OCLCA |d QGK |d OCLCO |d OCLCL |d OCLCQ | ||
015 | |a GBB6G3478 |2 bnb | ||
016 | 7 | |a 018010572 |2 Uk | |
019 | |a 936628378 |a 936961724 |a 1259093971 | ||
020 | |z 9781782174349 | ||
020 | |a 9781785289682 |q electronic bk. | ||
020 | |a 1785289683 |q electronic bk. | ||
020 | |z 1782174346 | ||
035 | |a (OCoLC)939394696 |z (OCoLC)936628378 |z (OCoLC)936961724 |z (OCoLC)1259093971 | ||
037 | |a CL0500000715 |b Safari Books Online | ||
050 | 4 | |a QA76.76.A65 | |
072 | 7 | |a COM |x 051230 |2 bisacsh | |
082 | 7 | |a 005.3 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Beeley, Chris, |e author. | |
245 | 1 | 0 | |a Web application development with R using Shiny : |b integrate the power of R with the simplicity of Shiny to deliver cutting-edge analytics over the Web / |c Chris Beeley. |
250 | |a Second edition. | ||
264 | 1 | |a Birmingham, UK : |b Packt Publishing, |c 2016. | |
300 | |a 1 online resource (1 volume) : |b illustrations. | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
347 | |a text file | ||
490 | 1 | |a Community experience distilled | |
588 | |a Description based on online resource; title from cover page (Safari, viewed February 12, 2016). | ||
500 | |a Includes index. | ||
520 | 8 | |a Annotation |b 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 | |
505 | 8 | |a Types of Shiny applicationInteractive 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 | |
505 | 8 | |a Running the applications and codeShiny 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; Chapter 4: Taking Control of Reactivity, Inputs, and Outputs ; What's new in our application? | |
505 | 8 | |a Downloading data from RGoogleAnalyticsAnimation; 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 | |
505 | 8 | |a Reading client information and GET requests in ShinyCustom 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 | |
505 | 8 | |a Version two -- grid layout (B) | |
650 | 0 | |a Web applications |x Development. | |
650 | 0 | |a R (Computer program language) |0 http://id.loc.gov/authorities/subjects/sh2002004407 | |
650 | 0 | |a Web usage mining. |0 http://id.loc.gov/authorities/subjects/sh00009186 | |
650 | 6 | |a Applications Web |x Développement. | |
650 | 6 | |a R (Langage de programmation) | |
650 | 6 | |a Analyse du comportement des internautes. | |
650 | 7 | |a COMPUTERS |x Software Development & Engineering |x General. |2 bisacsh | |
650 | 7 | |a R (Computer program language) |2 fast | |
650 | 7 | |a Web usage mining |2 fast | |
758 | |i has work: |a Web application development with R using Shiny (Text) |1 https://id.oclc.org/worldcat/entity/E39PCH63MtxXHYB7cjK79bJGgX |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | |z 1-78217-434-6 | ||
830 | 0 | |a Community experience distilled. |0 http://id.loc.gov/authorities/names/no2011030603 | |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1163827 |3 Volltext |
938 | |a Askews and Holts Library Services |b ASKH |n AH30053557 | ||
938 | |a YBP Library Services |b YANK |n 12831308 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis33755770 | ||
938 | |a EBSCOhost |b EBSC |n 1163827 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn939394696 |
---|---|
_version_ | 1816882339705257984 |
adam_text | |
any_adam_object | |
author | Beeley, Chris |
author_facet | Beeley, Chris |
author_role | aut |
author_sort | Beeley, Chris |
author_variant | c b cb |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.76.A65 |
callnumber-search | QA76.76.A65 |
callnumber-sort | QA 276.76 A65 |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
contents | 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 applicationInteractive 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 codeShiny 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; Chapter 4: Taking Control of Reactivity, Inputs, and Outputs ; What's new in our application? Downloading data from RGoogleAnalyticsAnimation; 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 ShinyCustom 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) |
ctrlnum | (OCoLC)939394696 |
dewey-full | 005.3 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.3 |
dewey-search | 005.3 |
dewey-sort | 15.3 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
edition | Second edition. |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>08410cam a2200709 i 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn939394696</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr unu||||||||</controlfield><controlfield tag="008">160215s2016 enka o 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">UMI</subfield><subfield code="b">eng</subfield><subfield code="e">rda</subfield><subfield code="e">pn</subfield><subfield code="c">UMI</subfield><subfield code="d">N$T</subfield><subfield code="d">YDXCP</subfield><subfield code="d">IDEBK</subfield><subfield code="d">N$T</subfield><subfield code="d">DEBSZ</subfield><subfield code="d">DEBBG</subfield><subfield code="d">C6I</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCF</subfield><subfield code="d">CEF</subfield><subfield code="d">UKMGB</subfield><subfield code="d">ZCU</subfield><subfield code="d">AGLDB</subfield><subfield code="d">IGB</subfield><subfield code="d">UKAHL</subfield><subfield code="d">VLY</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCA</subfield><subfield code="d">QGK</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield><subfield code="d">OCLCQ</subfield></datafield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">GBB6G3478</subfield><subfield code="2">bnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">018010572</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">936628378</subfield><subfield code="a">936961724</subfield><subfield code="a">1259093971</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781782174349</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781785289682</subfield><subfield code="q">electronic bk.</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1785289683</subfield><subfield code="q">electronic bk.</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">1782174346</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)939394696</subfield><subfield code="z">(OCoLC)936628378</subfield><subfield code="z">(OCoLC)936961724</subfield><subfield code="z">(OCoLC)1259093971</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">CL0500000715</subfield><subfield code="b">Safari Books Online</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.76.A65</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">051230</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">005.3</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Beeley, Chris,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Web application development with R using Shiny :</subfield><subfield code="b">integrate the power of R with the simplicity of Shiny to deliver cutting-edge analytics over the Web /</subfield><subfield code="c">Chris Beeley.</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">Second edition.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham, UK :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2016.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (1 volume) :</subfield><subfield code="b">illustrations.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="347" ind1=" " ind2=" "><subfield code="a">text file</subfield></datafield><datafield tag="490" ind1="1" ind2=" "><subfield code="a">Community experience distilled</subfield></datafield><datafield tag="588" ind1=" " ind2=" "><subfield code="a">Description based on online resource; title from cover page (Safari, viewed February 12, 2016).</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes index.</subfield></datafield><datafield tag="520" ind1="8" ind2=" "><subfield code="a">Annotation</subfield><subfield code="b">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.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="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</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Types of Shiny applicationInteractive 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</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Running the applications and codeShiny 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; Chapter 4: Taking Control of Reactivity, Inputs, and Outputs ; What's new in our application?</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Downloading data from RGoogleAnalyticsAnimation; 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</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Reading client information and GET requests in ShinyCustom 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</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Version two -- grid layout (B)</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Web applications</subfield><subfield code="x">Development.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">R (Computer program language)</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh2002004407</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Web usage mining.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh00009186</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Applications Web</subfield><subfield code="x">Développement.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">R (Langage de programmation)</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Analyse du comportement des internautes.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Software Development & Engineering</subfield><subfield code="x">General.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">R (Computer program language)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Web usage mining</subfield><subfield code="2">fast</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">Web application development with R using Shiny (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCH63MtxXHYB7cjK79bJGgX</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="776" ind1=" " ind2=" "><subfield code="z">1-78217-434-6</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">Community experience distilled.</subfield><subfield code="0">http://id.loc.gov/authorities/names/no2011030603</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1163827</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Askews and Holts Library Services</subfield><subfield code="b">ASKH</subfield><subfield code="n">AH30053557</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">12831308</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest MyiLibrary Digital eBook Collection</subfield><subfield code="b">IDEB</subfield><subfield code="n">cis33755770</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">1163827</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-ocn939394696 |
illustrated | Illustrated |
indexdate | 2024-11-27T13:27:03Z |
institution | BVB |
isbn | 9781785289682 1785289683 |
language | English |
oclc_num | 939394696 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource (1 volume) : illustrations. |
psigel | ZDB-4-EBA |
publishDate | 2016 |
publishDateSearch | 2016 |
publishDateSort | 2016 |
publisher | Packt Publishing, |
record_format | marc |
series | Community experience distilled. |
series2 | Community experience distilled |
spelling | Beeley, Chris, author. Web application development with R using Shiny : integrate the power of R with the simplicity of Shiny to deliver cutting-edge analytics over the Web / Chris Beeley. Second edition. Birmingham, UK : Packt Publishing, 2016. 1 online resource (1 volume) : illustrations. text txt rdacontent computer c rdamedia online resource cr rdacarrier text file Community experience distilled Description based on online resource; title from cover page (Safari, viewed February 12, 2016). Includes index. Annotation 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. 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 applicationInteractive 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 codeShiny 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; Chapter 4: Taking Control of Reactivity, Inputs, and Outputs ; What's new in our application? Downloading data from RGoogleAnalyticsAnimation; 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 ShinyCustom 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) Web applications Development. R (Computer program language) http://id.loc.gov/authorities/subjects/sh2002004407 Web usage mining. http://id.loc.gov/authorities/subjects/sh00009186 Applications Web Développement. R (Langage de programmation) Analyse du comportement des internautes. COMPUTERS Software Development & Engineering General. bisacsh R (Computer program language) fast Web usage mining fast has work: Web application development with R using Shiny (Text) https://id.oclc.org/worldcat/entity/E39PCH63MtxXHYB7cjK79bJGgX https://id.oclc.org/worldcat/ontology/hasWork 1-78217-434-6 Community experience distilled. http://id.loc.gov/authorities/names/no2011030603 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1163827 Volltext |
spellingShingle | Beeley, Chris Web application development with R using Shiny : integrate the power of R with the simplicity of Shiny to deliver cutting-edge analytics over the Web / Community experience distilled. 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 applicationInteractive 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 codeShiny 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; Chapter 4: Taking Control of Reactivity, Inputs, and Outputs ; What's new in our application? Downloading data from RGoogleAnalyticsAnimation; 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 ShinyCustom 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) Web applications Development. R (Computer program language) http://id.loc.gov/authorities/subjects/sh2002004407 Web usage mining. http://id.loc.gov/authorities/subjects/sh00009186 Applications Web Développement. R (Langage de programmation) Analyse du comportement des internautes. COMPUTERS Software Development & Engineering General. bisacsh R (Computer program language) fast Web usage mining fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh2002004407 http://id.loc.gov/authorities/subjects/sh00009186 |
title | Web application development with R using Shiny : integrate the power of R with the simplicity of Shiny to deliver cutting-edge analytics over the Web / |
title_auth | Web application development with R using Shiny : integrate the power of R with the simplicity of Shiny to deliver cutting-edge analytics over the Web / |
title_exact_search | Web application development with R using Shiny : integrate the power of R with the simplicity of Shiny to deliver cutting-edge analytics over the Web / |
title_full | Web application development with R using Shiny : integrate the power of R with the simplicity of Shiny to deliver cutting-edge analytics over the Web / Chris Beeley. |
title_fullStr | Web application development with R using Shiny : integrate the power of R with the simplicity of Shiny to deliver cutting-edge analytics over the Web / Chris Beeley. |
title_full_unstemmed | Web application development with R using Shiny : integrate the power of R with the simplicity of Shiny to deliver cutting-edge analytics over the Web / Chris Beeley. |
title_short | Web application development with R using Shiny : |
title_sort | web application development with r using shiny integrate the power of r with the simplicity of shiny to deliver cutting edge analytics over the web |
title_sub | integrate the power of R with the simplicity of Shiny to deliver cutting-edge analytics over the Web / |
topic | Web applications Development. R (Computer program language) http://id.loc.gov/authorities/subjects/sh2002004407 Web usage mining. http://id.loc.gov/authorities/subjects/sh00009186 Applications Web Développement. R (Langage de programmation) Analyse du comportement des internautes. COMPUTERS Software Development & Engineering General. bisacsh R (Computer program language) fast Web usage mining fast |
topic_facet | Web applications Development. R (Computer program language) Web usage mining. Applications Web Développement. R (Langage de programmation) Analyse du comportement des internautes. COMPUTERS Software Development & Engineering General. Web usage mining |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1163827 |
work_keys_str_mv | AT beeleychris webapplicationdevelopmentwithrusingshinyintegratethepowerofrwiththesimplicityofshinytodelivercuttingedgeanalyticsovertheweb |