cash-.SafeList.Rd
Extract SafeList component by name
# S3 method for class 'SafeList' x$name
the SafeList object
the name of the component
The specified component
Overrides $.list, and works just like it except forces exact match (i.e., makes x$name behave exactly like x[[name, exact=T]])
$.list
x$name
x[[name, exact=T]]
Ryan Kelly