Jump to ratings and reviews
Rate this book

Data Wrangling with R

Rate this book
1. Preface 2. Introduction a. The Role of Data Wrangling i. Introduction to R 1. Open Source 2. Flexibility 3. Community ii. R Basics 1. Assignment & Evaluation 2. Vectorization 3. Getting help 4. Workspace 5. Working with packages 6. Style guide
3. Working with Different Types of Data in R a. Dealing with Numbers i. Integer vs. Double ii. Generating sequence of non-random numbers iii. Generating sequence of random numbers iv. Setting the seed for reproducible random numbers v. Comparing numeric values vi. Rounding numbers b. Dealing with Character Strings i. Character string basics ii. String manipulation with base R iii. String manipulation with stringr iv. Set operatons for character strings c. Dealing with Regular Expressions i. Regex Syntax ii. Regex Functions iii. Additional resources d. Dealing with Factors i. Creating, converting & inspecting factors ii. Ordering levels iii. Revalue levels iv. Dropping levels e. Dealing with Dates i. Getting current date & time ii. Converting strings to dates iii. Extract & manipulate parts of dates iv. Creating date sequences v. Calculations with dates vi. Dealing with time zones & daylight savings vii. Additional resources
<4. Managing Data Structures in R a. Data Structure Basics i. Identifying the Structure ii. Attributes b. Managing Vectors i. Creating ii. Adding on to iii. Adding attributes iv. Subsetting c. Managing Lists i. Creating iii. Adding attributes iv. Subsetting d. Managing Matrices i. Creating ii. Adding on to iii. Adding attributes iv. Subsetting e. Managing Data Frames i. Creating ii. Adding on to iii. Adding attributes iv. Subsetting f. Dealing with Missing Values i. Testing for missing values ii. Recoding missing values iii. Excluding missing values
5. Importing, Scraping, and Exporting Data with R a. Importing Data i. Reading data from text files ii. Reading data from Excel files iii. Load data from saved R object file iv. Additional resources b. Scraping Data i. Importing tabular and Excel files stored online ii. Scraping HTML text iii. Scraping HTML table data iv. Working with APIs v. Additional Resources c. Exporting Data i. Writing data to text files ii. Writing data to Excel files iii. Saving data as an R object file iv. Additional resources
6. Creating Efficient & Readable Code in R a. Functions i. Function Components i

Kindle Edition

Published February 27, 2016

1 person is currently reading
9 people want to read

About the author

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
1 (7%)
4 stars
9 (64%)
3 stars
4 (28%)
2 stars
0 (0%)
1 star
0 (0%)
Displaying 1 - 3 of 3 reviews
Profile Image for ریچارد.
166 reviews42 followers
October 8, 2021
بیشتر شبیه رفرنسیه که مطمئن باشی مقدمات کارها رو بلدی، و احیانا چیزی جا نمونده باشه از دستورها. برای یادگیری خیلی خوب نیست، خیلی مثال نداره ولی توضیحاتش واضحه
Profile Image for Kier O'Neil.
46 reviews2 followers
September 18, 2016
Great book that focuses on things that R programmers really do, like using the dplyr package instead of base R for dataframe manipulation.
Well written with great examples.
I recommend a longer version in the future that takes a deeper dive.
Displaying 1 - 3 of 3 reviews

Can't find what you're looking for?

Get help and learn more about the design.