Skip to content
Prev 22384 / 63424 Next

Feature request: names(someEnv) same as ls(someEnv)

Duncan Murdoch wrote:
absolutely not - environments can only be subscripted by name, not by 
logicals or integer subscripts - so I hope that most users would figure 
that one out
why? environments do get used, by many as vectors (well hash tables), 
modulo the restrictions on subscripting and the analogy is quite useful 
and should be encouraged IMHO.

  Robert