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