Displaying 1 result from an estimated 1 matches for "affiliateid".
Did you mean:
affiliated
2013 Jan 14
1
I'm trying to parse 1 column of a dataframe into 3 seperate columns
I have a factor called 'utm_medium' in the dataframe 'data'
> str(data$utm_medium)
Factor w/ 396925 levels
"","affiliateID=&sessionID=0000821850667323ec6ae6cffd28f380&etag=",..:
366183 355880 357141 20908 357513 365348 368088 360827 31704 364767 ...
The data in this factor is delimited with '&'. I basically want the
affiliateID, sessionID and etag data separated. Ex.
> data$utm_medium[1...