Raw Message
Message-ID: <20080331064352.q6xogw0go8so0sog@www.email.arizona.edu> Date: 2008-03-31T13:43:52Z From: Brad Christoffersen Subject: convert delimited string to vector Hi R Users, Simple question: How might I convert the text "a, b, c" (or for that matter "a b c" with any delimiter - space, comma, etc.) into a 3-element character vector? [1] a b c Thanks, Brad