> assign(paste("week", 28, sep=""), data.frame(a=1:2, b=3:4, cc=letters[5:6]))
> week28
  a b cc
1 1 3  e
2 2 4  f
>

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to