f01_helper.Rd
Combines two vectors with digits and returns the sum
f01_helper(first_digit, last_digit)
Vector with first digits.
Vector with last digits.
Sum of the combination of both vectors
f01_helper("1", "2") # should return 12 #> [1] 12