Book Image

Mastering RStudio: Develop, Communicate, and Collaborate with R

4 (1)
Book Image

Mastering RStudio: Develop, Communicate, and Collaborate with R

4 (1)

Overview of this book

RStudio helps you to manage small to large projects by giving you a multi-functional integrated development environment, combined with the power and flexibility of the R programming language, which is becoming the bridge language of data science for developers and analyst worldwide. Mastering the use of RStudio will help you to solve real-world data problems. This book begins by guiding you through the installation of RStudio and explaining the user interface step by step. From there, the next logical step is to use this knowledge to improve your data analysis workflow. We will do this by building up our toolbox to create interactive reports and graphs or even web applications with Shiny. To collaborate with others, we will explore how to use Git and GitHub and how to build your own packages to ensure top quality results. Finally, we put it all together in an interactive dashboard written with R.
Table of Contents (17 chapters)
Mastering RStudio – Develop, Communicate, and Collaborate with R
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Preface
Index

Managing the RStudio Server


RStudio was originally designed as a web application that was to be run on a Linux-based server. Many RStudio users encounter the desktop version initially, but the server version is essential for easy administration of R and RStudio in organizations allowing users to perform expensive computations on big data, and thus, escaping the limitations of personal computers.

In this chapter, you will learn how to manage the server version of RStudio and Shiny. It may not teach you everything you need to know in order to administer the server for your organization, but it should enable you to help your systems administrator install and manage an R system that effectively serves the needs of your organization.

Using Amazon Web Services as the server platform

Amazon Web Services (AWS) is a cloud-computing platform that combines a collection of dozens of different web services. After the foundation of Amazon in 1994, AWS was created for internal use to manage the massively...