On Tue, Sep 14, 2010 at 12:55 PM, Alaios <ala...@yahoo.com> wrote:
> Thank you very much. I checked the tutorials that on that list but still I do
> not know how to create many objects of the same type. Can you please help me
> with that?
>
Is this what you need?
for(i in 1:100){
        assign(paste('tmp', i, sep=''), NULL)
}
ls()

Liviu

______________________________________________
R-help@r-project.org 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