Raw Message
Message-ID: <Pine.GSO.4.64.0903191908540.6104@crab.rutgers.edu>
Date: 2009-03-19T23:25:57Z
From: Peter Palenchar
Subject: converting to strings
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