Displaying 1 result from an estimated 1 matches for "fund80".
Did you mean:
fund
2009 Nov 02
1
Using processed objects as arguments of a function
Dear R users,
I wish to utilise processed and saved objects as arguments of a function.
Specifically, I have created objects using *"assign"* & *"paste"* functions
with an incremental index i, the names of the objects are:
fund1, fund2, fund3,....., fund80,..... (where the numerical value
increments according to the index i & class of these objects are dataframes)
I wish to collapse these objects row wisely using *"rbind"* function.
paste("fund", 1:i, sep = "") results in list of objects as characters... &
get...