powered by
Convert human readable currencies into numeric data
currency_to_numeric(currency_text)
A numeric vector
Price or vector of prices
library(dplyr) c("$134,345.05", "£22", "¥30000") %>% currency_to_numeric() # [1] 134345 22 30000
Run the code above in your browser using DataLab