Problem: Check the different Levels of a Factor Column in R Solution: The Elements of a Factor are called Levels. […]
Category: R-Programming
For Loop in R
The for loop executes the same code again and again for a specific number of times. Problem: Write a for […]
While Loop in R
The while loop executes the same code again and again until a stop condition is met. Problem: Write a while […]
Assignment on Data Manipulation in R
Let us take a sample dataset and clean the data with the concepts that we learned in Dplyr and Tidyr […]
Tidyr:: Separate() in R
Tidyr package is used to create tidy data. Tidy data is a standard way of storing data that is used to ensure that we spend […]
Tidyr:: Unite() in R
Tidyr package is used to create tidy data. Tidy data is a standard way of storing data that is used to ensure that we spend […]