DigitSum.Rd
Calculate digit sum of a number x.
DigitSum(x)
an integer number
the digit sum
URL: https://stackoverflow.com/questions/18675285/digit-sum-function-in-r
Andri Signorell <andri@signorell.net> based on code by Julius benchmarked by Uwe
IsPrime
DigitSum(c(124, 45, 268)) #> [1] 7 9 16 # [1] 7 9 16