Records a list(...)'s entries as a resolvable pseudo-env, so d$foo(...), d[["foo"]](...) and d[[1]](...)
link to them; undefined if none. An entry is reachable under its name and, since R numbers list entries as
they are written, under its position as well. By default only the entries holding a function are recorded,
which is what makes a call through the container resolve; values records the rest too.
Records a
list(...)'s entries as a resolvable pseudo-env, sod$foo(...),d[["foo"]](...)andd[[1]](...)link to them;undefinedif none. An entry is reachable under its name and, since R numbers list entries as they are written, under its position as well. By default only the entries holding a function are recorded, which is what makes a call through the container resolve;valuesrecords the rest too.