Skip to Content
RStudio for R Statistical Computing Cookbook
book

RStudio for R Statistical Computing Cookbook

by Andrea Cirillo
April 2016
Beginner to intermediate content levelBeginner to intermediate
246 pages
5h 20m
English
Packt Publishing
Content preview from RStudio for R Statistical Computing Cookbook

Chapter 5. Power Programming with R

In this chapter, we will cover the following recipes:

  • Writing modular code in RStudio
  • Implementing parallel computation in R
  • Creating custom objects and methods in R using the S3 system
  • Evaluating your code performance using the profvis package
  • Comparing an alternative function's performance using the microbenchmarking package
  • Using GitHub with RStudio

Introduction

This chapter introduces you to a few advanced programming techniques in R, leveraging some of the unique features of the RStudio IDE, such as the embedded Git pane (refer to the last recipe of this chapter, Using GitHub with RStudio, to know more).

The recipes accomplished in this chapter are usually encountered by R programmers when dealing with large datasets ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Practical Data Analysis Using Jupyter Notebook

Practical Data Analysis Using Jupyter Notebook

Marc Wintjen

Publisher Resources

ISBN: 9781784391034Supplemental Content