named_list: Some helpers to create lookups that allow to program with key value pairs
Description
Some helpers to create lookups that allow to program with key value pairs
Usage
named_list(names, init = NULL)lookup(values, names = as.character(values))
list_lookup(values, names = as.character(values))
collect(names)
sort_names(x)