dplyr

Sort Dataframe by Column in R

Sorting data frames can help you get a better idea of your data. I’ll show you one way using dplyr’s arrange to do just that.

Convert Revenue Data to Numeric

Revenue data often comes with dollar signs and commas. In this article, I’ll show you how to remove characters so we can convert that raw data into a numeric value.