DescTools (version 0.99.37)

DigitSum: Calculate Digit Sum

Description

Calculate digit sum of a number x.

Usage

DigitSum(x)

Arguments

x

an integer number

Value

the digit sum

References

URL: http://stackoverflow.com/questions/18675285/digit-sum-function-in-r

See Also

IsPrime

Examples

Run this code
# NOT RUN {
DigitSum(c(124, 45, 268))
# [1]  7  9 16
# }

Run the code above in your browser using DataLab