
Getting Started with RStudio
An Integrated Development Environment for R
John Verzani(Author)
O'Reilly (Publisher)
1st Edition
Published on 1. November 2011
Book
94 pages
978-1-4493-0903-9 (ISBN)
Description
Dive into the RStudio Integrated Development Environment (IDE) for using and programming R, the popular open source software for statistical computing and graphics. This concise book provides new and experienced users with an overview of RStudio, as well as hands-on instructions for analyzing data, generating reports, and developing R software packages.
The open source RStudio IDE brings many powerful coding tools together into an intuitive, easy-to-learn interface. With this guide, you'll learn how to use its main components-including the console, source code editor, and data viewer-through descriptions and case studies. Getting Started with RStudio serves as both a reference and introduction to this unique IDE.
* Use RStudio to provide enhanced support for interactive R sessions
* Clean and format raw data quickly with several RStudio components
* Edit R commands with RStudio's code editor, and combine them into functions
* Easily locate and use more than 3,000 add-on packages in R's CRAN service
* Develop and document your own R packages with the code editor and related components
* Create one-click PDF reports in RStudio with a mix of text and R output
More details
Language
English
Place of publication
Sebastopol
United States
Product notice
Paperback (trade)
Unsewn / adhesive bound
Dimensions
Height: 233 mm
Width: 177 mm
Thickness: 10 mm
Weight
172 gr
ISBN-13
978-1-4493-0903-9 (9781449309039)
Schweitzer Classification
Other editions
Additional editions

E-Book
09/2011
1st Edition
O'Reilly
€15.49
Available for download

E-Book
09/2011
1st Edition
O'Reilly
€11.99
Available for download
Person
John Verzani is a long-time R user and author of both Using R for Introductory Statistics (CRC, 2004) and, with Michael Lawrence, Programming GUIs in R (CRC, forthcoming). He is a Professor and Chair in the Department of Mathematics at CUNY's College of Staten Island.
Content
- Preface
- Chapter 1: Overview, Installation
- Chapter 2: Case Study: Data Cleaning
- Chapter 3: The Console and Related Components
- Chapter 4: Case Study: Creating a Package
- Chapter 5: Programming R with RStudio