Problem: Pattern Matching and Replacement of an occurrence of a Substring in R with some other Substring. Solution: The Replacement […]
Author: Oindrila Sen
A decade of experience in collecting, cleaning and visualizing data. But now I am learning and practicing new tools and different techniques.
Let's dig and find out what is the story behind that Data. Let's do it together! Let's solve, fail and try again because discovering something new is always fun.
Math Functions in R
R comes with a whole set of Mathematical Functions. Here are some useful math functions: Seq Function Description 1 abs(x) […]
Sorting Data in a Data Frame in R
Problem: Sorting Data in a Data Frame in R Solution: To sort a Data Frame in R, we need to […]
R – Export Data into a CSV File
While importing the data set from my local desktop file into R, I was wondering, if we can do the […]
R-Import a CSV Dataset as a DataFrame using read.csv()
While learning R, we want to practice with some real data. To practice on some real data, we need some […]