example_data_frame.Rd
Function changing a data frame by adding a column
example_data_frame(data = data.frame(x = c(1, 2), y = c(1, 2)), mult = 1)
data | ( |
---|---|
mult | ( |
A data.frame with an additional column sum that
is the rowwise sum multiplied by mult