Hello,Thanks a lot for your help.

each index represents the different price band. I more prefer to use price band 
info as "0-10" instead of 1...

I just can not find the way to do it.

Kind regards,
Tammy





> Date: Fri, 25 Jan 2013 10:46:45 +0100
> From: ivan.calan...@u-bourgogne.fr
> To: r-help@r-project.org
> Subject: Re: [R] How to name the elements of list
> 
> Hi Tammy,
> 
> Are you just looking for names()?
> Not sure, but it can be troublesome to have "-" in a name.
> 
> HTH,
> Ivan
> 
> --
> Ivan CALANDRA
> Université de Bourgogne
> UMR CNRS/uB 6282 Biogéosciences
> 6 Boulevard Gabriel
> 21000 Dijon, FRANCE
> +33(0)3.80.39.63.06
> ivan.calan...@u-bourgogne.fr
> http://biogeosciences.u-bourgogne.fr/calandra
> 
> Le 25/01/13 10:39, Tammy Ma a écrit :
> > HI,
> >
> >
> > I have the array list:
> >
> > X<-vector("list", 2)
> >
> > X[[1]] : data frame 1
> > X[[2]]: dataframe2
> >
> >
> > now i want to change index 1 and 2 into: "0-10"  , "11-20"  ,.
> >
> > finally I want to have
> >   X[["0-10"]]:dataframe1
> >   X[["11-20"]]:dataframe2
> >
> > how do I get them?
> >
> > Thanks a lot.
> >
> > Kind regards,
> > Tammy
> >
> >                                     
> >     [[alternative HTML version deleted]]
> >
> > ______________________________________________
> > 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.
> >
> 
> ______________________________________________
> 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.
                                          
        [[alternative HTML version deleted]]

______________________________________________
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