Add one to any value

This is the first tool of our wonderful package. You can add 1 to any value using function add_one().

add_one(12)
#> [1] 13
add_one(56)
#> [1] 57

That’s it ! This the end of the documented story of our package. All components are there.