[R] How to name the elements of list

R. Michael Weylandt michael.weylandt at gmail.com
Fri Jan 25 10:43:13 CET 2013


names(X) <- c("0-10", "11-20")

MW

On Fri, Jan 25, 2013 at 9:39 AM, Tammy Ma <metal_licaling at live.com> wrote:
>
> 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 at 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.



More information about the R-help mailing list