Skip to content
Prev 280317 / 398506 Next

Am I misunderstanding loop variable assignment or how to use print()?

On Thu, Dec 15, 2011 at 09:51, Sarah Goslee <sarah.goslee at gmail.com> wrote:
Sarah - Thanks very much!  That did indeed work great at printing the
entire contents out.  I couldn't do print(get(x$Pr)), but I can live
with that for now.
So if I were to do:
[1] FALSE
[1] TRUE
[1] "anova.ag.m2529.az"   "anova.ag.m2529.can"   "anova.ag.m2529.fl"

I would have created a list, but I'm assuming that you mean something
different than that since I'm not sure how that functionally changed
anything since it's still a set of character strings.  Could you
elaborate a bit on what you mean by storing the anova objects as
lists?

Again, thanks for the help!