Skip to contents

Set the name of the end weight column as global variable

Usage

set_end_weight_col2(new_name = "end_weight")

Arguments

new_name

A single string indicating the new end weight column name.

Value

Called for its side-effects

Examples

set_end_weight_col2("final_weight")
end_weight_col2()
#> [1] "final_weight"