Merge Data

Merge Data is an operation that combines data from two data frames that have the same columns or rows. Data merging can be performed using the rbind() function for rows and cbind() for columns in the R programming language.

Sort Data

Sort Data is an operation that arranges data in ascending order (from smallest to largest) or descending order (from largest to smallest). Data sorting can be done using the order() function in R.

Dataset

Download Dataset

MODULE

Download Module 3