General R Stuff How to Remove Dollar Sign in R (and other currency symbols) Let’s say we imported a .csv or .xlsx file into R, and it’s like this: Looks fine, until you try to do a calculation on the payment column: So we …