keep_values.Rd
This function extracts values before the semicolon from a ";"-separated string.
keep_values(input)
A character vector with ";"-separated strings
A list of values before the semicolon in the input
input = c("A;var1", "B;var1", "C;var1")
values = keep_values(input)