Increment Template Function

my_function(input)

Arguments

input

integer to increment

Value

output numeric - increased by 1

Examples

my_function(1)
#> [1] 2