I have a column in a data frame like so:
D0.5
A4
C1.3
B2.0
I want to be able to split the column so that the first entry (which is always a single character) is separated from the rest of the entry (which is always numeric, but is of different lengths depending on the entry)
I want to do basically exactly this except after the first entry instead of the 5th and in R instead of php.