lucr provides currency data reformatting and retrieval. In particular, it lets you:
- Easily refactor numeric values as currency values, controlling for the separators, the group sizes, the positioning of the currency sign, and the currency sign itself;
- Take currency-formatted data and refactor it into numeric values;
- Retrieve currency conversion rates from the Open Exchange Rates API.
To get the release version:
install.packages("lucr")For the development version:
devtools::install_github("ironholds/lucr")MIT + file LICENSE © Oliver Keyes.