get_name_by_value.Rd
Function to retrieve name from named vector given its value Can be used to retrieve the "pretty" names to show to the user and in the background work with the values
get_name_by_value(value, named_vector)
character, value of the named list, i.e. "farrington"
named vector
character, name of the named_vector corresponding to value
if (FALSE) {
get_name_by_value("farrington", available_algorithms())
}