Closed MichaelChirico closed 8 years ago
Current code uses nested ifelse structure which should be quite slow. Most efficient route is probably to do prettyNum then substring.
ifelse
prettyNum
substring
Current code uses nested
ifelse
structure which should be quite slow. Most efficient route is probably to doprettyNum
thensubstring
.