Learn R From Scratch – Part 2
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.
If you have questions or feedback, feel free to leave a comment.
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.