powered by
Convert human readable currencies into numeric data
currency_to_numeric(currency_text)
Price or vector of prices
A numeric vector
# NOT RUN { library(dplyr) c("$134,345.05", "<U+00A3>22", "<U+00A5>30000") %>% currency_to_numeric() # [1] 134345 22 30000 # }
Run the code above in your browser using DataLab