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.