test_function_add_one.Rd
This function adds one to a number.
test_function_add_one(number = 7)
The number to add 1 to. Defaults to 7
test_function_add_one()#> [1] 8