Skip to content
Back to formatted view

Raw Message

Message-ID: <21407294.post@talk.nabble.com>
Date: 2009-01-12T02:13:08Z
From: jimdare
Subject: Spitting a df Column Name

Hi,

If I have the following column names: 

names(data)
[1] "count.run"   "count.walk"   "count.drive"

How do I split these so i get

names(datanamessplit)
[1] "run"   "walk"   "drive"

Thanks for your help,
Jim
-- 
View this message in context: http://www.nabble.com/Spitting-a-df-Column-Name-tp21407294p21407294.html
Sent from the R help mailing list archive at Nabble.com.