Skip to Content
Modern R Programming Cookbook
book

Modern R Programming Cookbook

by Jaynal Abedin
October 2017
Beginner to intermediate
236 pages
7h 38m
English
Packt Publishing
Content preview from Modern R Programming Cookbook

Getting ready

To implement this recipe, you are required to install the RevoScaleR library.

The datasets (the CSV input files) used in this recipe are downloaded from the website of the Bureau of Transportation Statistics, USA (http://www.transtats.bts.gov). There are in total 12 CSV files for 12 months and they contains 61 variables. Your task is to import the CSV file and create an XDF file for processing.

To install RevoScaleR, you can run the following code:

    install.packages("RevoScaleR", dependencies = T)

Note that to install the RevoScaleR library, you should have Microsoft R Client on your computer. Refer to the Installing and configuring R tools for Visual Studio in Windows recipe from Chapter 1, Installing and Configuring R and ...

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

R Cookbook, 2nd Edition

R Cookbook, 2nd Edition

JD Long, Paul Teetor

Publisher Resources

ISBN: 9781787129054Supplemental Content