I have a list:
x<-c("abcg", "bcah", "defi")I want the third and fourth thing in each item of the list ("bc", "ca", "ef").
Peter ______________________________________________ [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 and provide commented, minimal, self-contained, reproducible code.

