|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
EBSCO_ocn862387508 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr |n||||||||| |
008 |
131108s2013 xx o 000 0 eng d |
040 |
|
|
|a IDEBK
|b eng
|e pn
|c IDEBK
|d OCLCQ
|d UMI
|d COO
|d DEBBG
|d DEBSZ
|d YDXCP
|d OCLCQ
|d OCLCF
|d OCLCQ
|d FEM
|d N$T
|d AGLDB
|d OCLCQ
|d D6H
|d VTS
|d CEF
|d NLE
|d UKMGB
|d STF
|d UAB
|d AUD
|d AU@
|d UKAHL
|d OCLCO
|d OCLCQ
|
015 |
|
|
|a GBB7C1326
|2 bnb
|
016 |
7 |
|
|a 018006539
|2 Uk
|
019 |
|
|
|a 868236260
|a 968038567
|a 969036856
|
020 |
|
|
|a 1306045606
|q (electronic bk.)
|
020 |
|
|
|a 9781306045605
|q (electronic bk.)
|
020 |
|
|
|a 9781783284481
|q (electronic bk.)
|
020 |
|
|
|a 178328448X
|q (electronic bk.)
|
020 |
|
|
|z 1783284471
|
020 |
|
|
|z 9781783284474
|
020 |
|
|
|z 178328448X
|
029 |
1 |
|
|a AU@
|b 000054201634
|
029 |
1 |
|
|a DEBBG
|b BV041778282
|
029 |
1 |
|
|a DEBSZ
|b 404327680
|
029 |
1 |
|
|a DEBSZ
|b 493131604
|
029 |
1 |
|
|a GBVCP
|b 815069391
|
029 |
1 |
|
|a UKMGB
|b 018006539
|
035 |
|
|
|a (OCoLC)862387508
|z (OCoLC)868236260
|z (OCoLC)968038567
|z (OCoLC)969036856
|
037 |
|
|
|a 535811
|b MIL
|
050 |
|
4 |
|a QA76.76.A65
|b B414 2013
|
072 |
|
7 |
|a COM
|x 000000
|2 bisacsh
|
082 |
0 |
4 |
|a 006.76
|2 21
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Beeley, Chris.
|
245 |
1 |
0 |
|a Web Application Development with R using Shiny.
|
260 |
|
|
|b Packt Publishing,
|c 2013.
|
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
|
347 |
|
|
|a text file
|
490 |
1 |
|
|a Community experience distilled
|
588 |
0 |
|
|a Print version record.
|
520 |
|
|
|a In Detail R is a highly flexible and powerful tool for analyzing and visualizing data. Shiny is the perfect companion to R, making it quick and simple to share analysis and graphics from R that users can interact with and query over the Web. Let Shiny do the hard work and spend your time generating content and styling, not writing code to handle user inputs. Web Application Development with R Using Shiny is an accessible introduction to sharing interactive content from R using Shiny. You will learn by doing, with each chapter including code and examples to use and adapt for your own applications. By the end of this book, you will be able to build useful and engaging web applications with only a few lines of code - no JavaScript required. Web Application Development with R Using Shiny will show you how to begin analyzing, visualizing, and sharing your data using practical examples. This book will teach you how to rapidly prototype and build interactive data summaries using Shiny's built-in widgets and functions. You will learn how to integrate Shiny applications with your existing HTML and CSS, how to greatly extend the power and usability of your applications using JavaScript, and how to quickly deploy them over the Web. The book uses practical examples to show you how to get the best out of R and Shiny, helping you to produce and share cutting-edge analytics with minimal effort. Approach This book follows a standard tutorial-based approach which will teach you how to make a web app using R and Shiny quickly and easily. Who this book is for This 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. You need no previous experience with R, Shiny, HTML, or CSS to begin using this book, although you will need at least a little previous experience with programming in a different language.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; Acknowledgement; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Installing R and Shiny and Getting Started!; Installing R; The R console; Code editors and IDEs; Simple and well-featured; Complex and extensible; Learning R; Getting help; Loading data; Dataframes, lists, arrays, and matrices; Variable types; Functions; Objects; Base graphics and ggplot2; Bar chart; Line chart; Installing Shiny and running the examples; Summary; Building Your First Application; Program structure; ui. R of minimal example; server. R of minimal example
|
505 |
8 |
|
|a Optional exerciseWidget types; Google Analytics application; The UI; Data processing; Reactive objects; Outputs; A note on the application code; Optional exercise; Summary; 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 -- server definition; Minimal HTML interface; index.html; server. R; JavaScript and Shiny; ui. R; server. R; jQuery; index.html -- body; server. R; jQuery; Exercise; Summary; Taking Control of Reactivity, Inputs, and Outputs
|
505 |
8 |
|
|a Showing and hiding elements of the UIGiving names to tabPanel elements; Reactive user interfaces; Reactive user interface example -- server. R; Reactive user interface example -- ui. R; Advanced reactivity; Using reactive objects and functions efficiently; Controlling the whole interface with the submitButton() function; Controlling specific inputs with the isolate() function; Running reactive functions over time; More advanced topics in Shiny; Finely controlling inputs and outputs; Reading client information and GET requests in Shiny; Custom interfaces from GET strings; Animation
|
505 |
8 |
|
|a Advanced graphics optionsDownloading graphics; Downloading and uploading data; Summary; Running and Sharing Your Creations; Sharing with the R community; Sharing over GitHub; Introduction to Git; Sharing applications using Git; Sharing using .zip and .tar; Sharing with the world; Glimmer; Shiny Server; Browser compatibility; Summary; Index
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a Application software
|x Development.
|
650 |
|
0 |
|a Web site development.
|
650 |
|
0 |
|a R (Computer program language)
|
650 |
|
6 |
|a Logiciels d'application
|x Développement.
|
650 |
|
6 |
|a Sites Web
|x Développement.
|
650 |
|
6 |
|a R (Langage de programmation)
|
650 |
|
7 |
|a COMPUTERS
|x General.
|2 bisacsh
|
650 |
|
7 |
|a Application software
|x Development.
|2 fast
|0 (OCoLC)fst00811707
|
650 |
|
7 |
|a R (Computer program language)
|2 fast
|0 (OCoLC)fst01086207
|
650 |
|
7 |
|a Web site development.
|2 fast
|0 (OCoLC)fst01173243
|
776 |
0 |
8 |
|i Print version:
|z 9781306045605
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=654546
|z Texto completo
|
936 |
|
|
|a BATCHLOAD
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH26849988
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 654546
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis26534377
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 11305510
|
994 |
|
|
|a 92
|b IZTAP
|