MichaelChirico / funchir

R package of convenient functions
9 stars 2 forks source link

Code improvement on ntostr #1

Closed MichaelChirico closed 8 years ago

MichaelChirico commented 9 years ago

Current code uses nested ifelse structure which should be quite slow. Most efficient route is probably to do prettyNum then substring.