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