Skip to content
Prev 164227 / 398502 Next

Transforming a string to a variable's name? help me newbie...

Thank you all! :)

Can I "walk through" the my.data structure without knowing the name of
particular dataframe in it? Such as:
for(i in 1:length(my.data)) myprocess(my.data[i])
?
If it is possible, then this is going to save the work of using paste().

Thanks!

On Tue, Dec 9, 2008 at 6:45 PM, Antonio, Fabio Di Narzo
<antonio.fabio at gmail.com> wrote: