search for: desire_object

Displaying 1 result from an estimated 1 matches for "desire_object".

Did you mean: desire_objects
2002 May 15
1
Fwd: Re: Combining many dataframes from listings of objects?
...into one big df using something conceptually like this : > rbind(objects(pattern="*.df")) Brian Ripley suggested that something along the lines of: do.call("rbind", objects(pattern="*.df")) But I can't make this fly on vectors. E.g., > objects.of.desire_objects(pattern="*.df") > do.call("rbind.data.frame",list(as.name(objects.of.desire))) # do.call needs a list and must be of class 'name' Unfortunately, only the first data.frame in the series is read and returned. Any further nudges along the right direction anyone? Th...