Split strings based on a character in the string

December 11th, 2012

R has various facilities for string manipulation including the strsplit function to divide a string into substrings based on matching to another string. Read the rest of this entry »