Skip to contents

Combines two vectors with digits and returns the sum

Usage

f01_helper(first_digit, last_digit)

Arguments

first_digit

Vector with first digits.

last_digit

Vector with last digits.

Value

Sum of the combination of both vectors

Examples

f01_helper("1", "2") # should return 12
#> [1] 12