"Perez Martin, Agustin" <[EMAIL PROTECTED]> writes: > DeaR useRs: > > I have a list with 500 elements, in each other there are data.frames and I > want to take the first row and the first column of each elements of my list > since the first to the 500-th. > > Thanks and excuse my bad English.
Possibly (if I catch your drift...) lapply(yourlist,"[",1,1) -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - ([EMAIL PROTECTED]) FAX: (+45) 35327907 ______________________________________________ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
