Site icon R-bloggers

Learn R From Scratch – Part 2

[This article was first published on DataScience+, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

This is a continuation from the Part 1 of “Learn R From Scratch” series. In the previous post, the videos covered the very basics for R from scratch. We first installed R, got familiar with the environment, worked some basic math, different types of variables, got introduced to vectors and learnt how to access and manipulate it. Now, its time to step up the game and dive deeper into the essentials.

In this set of videos, I introduce you to heterogenous data types – lists and dataframes. You will then learn how to access, work with and manipulate these data objects. Later, I show how to do set operations, create counts tables, bin continuous variables into buckets and finally how to import and export various types of data in R.

Course Content

Find below all the video tutorials for this course.

1. Introduction to Lists02:53
2. Set Operations – Part 105:29
3. Set Operations – Part 202:16
4. Special Ways to Check Conditions04:57
5. For Loops04:01
6. Dataframes – Part 104:07
7. Dataframes – Part 205:58
8. Get Specific Items from a Dataframe Using “Which()”04:32
9. Binning Data03:20
10. Counts Tables – Part 103:23
11. Counts Tables – Part 204:01
12. Read and Write Data – Part 102:58
13. Read and Write Text Data – Part 204:43
14. Read and Write Data (customized) – Part 302:55

If you have questions or feedback, feel free to leave a comment.

To leave a comment for the author, please follow the link and comment on their blog: DataScience+.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.