Extract SafeList component by name

# S3 method for 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]])