Enjoying the preview?
This is the free first lesson. Get full access — request a demo or sign in.
Enjoying the preview?
This is the free first lesson. Get full access — request a demo or sign in.
In these lessons, you will learn how to download and install packages from CRAN and GitHub, and the differences between the two. You will learn why these resources are essential as you begin your journey in R programming. You will also learn how to use external package functions for data manipulation, specifically the popular package dplyr. This powerful package will greatly expand your ability to take full control over your data and gain signifnicant results for a wide variety of use-cases.
We will also introduce you to tidyr's pivot functions, such as pivot_wider() and unnest functions like separate_rows(). These are powerful tools for data manipulation and will help you to organize your data more effectively. By the end of these lessons, you will have a comprehensive understanding of how to use external packages in R and should be able to effectively manipulate and organize data using external functions.
It covers how to download and install packages from CRAN and GitHub, the differences between the two, using external package functions for data manipulation with dplyr, and using tidyr's pivot functions such as pivot_wider() and unnest functions such as separate_rows().
It is for those beginning their journey in R programming who want to use external packages to manipulate and organize data.
You will gain skills in R (Programming Language), RStudio, Tidyr, the Knitr Package, and statistical packages, and be able to effectively manipulate and organize data using external functions.
The course focuses on dplyr for data manipulation and tidyr for reshaping data with pivot functions like pivot_wider() and unnest functions like separate_rows().
Lessons include installing packages from CRAN and from GitHub, working with external package functions, an introduction to dplyr in two parts, and an introduction to tidyr.