Function that sums two numbers

example_function_sum(a = NULL, b = NULL)

Arguments

a

Default = NULL

b

Default = NULL

Value

number

Examples

if (FALSE) {
library(rtemplate)
rtemplate(1,1)
}