Learn R Programming

spflow (version 0.1.0)

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)

Arguments