add_value.Rd
Adds a specified term to a variable.
add_value(value, term)
The variable to which the term is added.
The term to add.
The variable with the term added.
add_value(10, 5) # Returns 15 #> [1] 15