exploratory-io / exploratory_func

R functions for Exploratory
Other
62 stars 14 forks source link

Performance improvement of countrycode #27

Open yosuke-yasuda opened 8 years ago

yosuke-yasuda commented 8 years ago

countrycode function should be faster to use it in colopreth map of Exploratory desktop

Now, we use https://github.com/vincentarelbundock/countrycode directly.

You can try

Todo:

cjyetman commented 7 years ago

FYI... countrycode was recently updated and one of the improvements was a significant performance boost by factoring the incoming vector and only matching on the levels/unique values.