Say that I am using a function which takes in an arbitrary number of objects, such as expand.grid()
. Now let's say that I have various lists saved within an environment, such that calling ls()
on the environment provides the string representation for all of the lists within the environment. Is there a manner in which I can pass all of the the lists from the environment directly into the function?
