Skip to contents

Set the name of the start weight column as global variable

Usage

set_start_weight_col2(new_name = "start_weight")

Arguments

new_name

A single string indicating the new start weight column name.

Value

Called for its side-effects

Examples

set_start_weight_col2("initial_weight")
start_weight_col2()
#> [1] "initial_weight"