- Web Application Development with R Using Shiny(Second Edition)
- Chris Beeley
- 302字
- 2021-07-23 14:31:24
Chapter 1. Getting Started with R and Shiny!
R is free and open source as well as being the pre-eminent tool for statisticians and data scientists. It has more than 6000 user-contributed packages, which help users with tasks as diverse as chemistry, biology, physics, finance, psychology, and medical science, as well as drawing extremely powerful and flexible statistical graphics.
In recent years, R has become more and more popular, and there are an increasing number of packages for R, which make cleaning, analyzing, and presenting data on the web easy for everybody. The Shiny package, in particular, makes it incredibly easy to deliver interactive data summaries and queries to end users through any modern web browser. You're reading this book because you want to use these powerful and flexible tools for your own content.
This book will show you how, right from starting with R, to build your own interfaces with Shiny and integrate them with your own websites. In this chapter, we're going to cover the following:
- Download and install R and choose a code editing environment/IDE
- Look at the power of R and learn about how RStudio and contributed packages can make writing code, managing projects, and working with data easier
- Install Shiny and run the examples
- Take a look at some awesome Shiny applications and some of the elements of the Shiny application we will build over the course of this book
R is a big subject, and this is a whistle-stop tour; so if you get a little lost along the way, don't worry. This chapter is really all about showing you what's out there and encouraging you to delve deeper into the bits that interest you and showing you places you can go for help if you want to learn more on a particular subject.
- C語言程序設計實踐教程(第2版)
- DevOps with Kubernetes
- 深入淺出Spring Boot 2.x
- ASP.NET動態(tài)網(wǎng)頁設計教程(第三版)
- Unreal Engine 4 Shaders and Effects Cookbook
- Elasticsearch Server(Third Edition)
- Android系統(tǒng)原理及開發(fā)要點詳解
- 常用工具軟件立體化教程(微課版)
- Bootstrap 4 Cookbook
- C語言開發(fā)基礎教程(Dev-C++)(第2版)
- PHP從入門到精通(第4版)(軟件開發(fā)視頻大講堂)
- Java EE企業(yè)級應用開發(fā)教程(Spring+Spring MVC+MyBatis)
- Scala編程(第5版)
- Lift Application Development Cookbook
- 區(qū)塊鏈架構(gòu)之美:從比特幣、以太坊、超級賬本看區(qū)塊鏈架構(gòu)設計