I have fortunately parsed numerics from a character string into a new column, however for instances, when there are several numerics, it created a character string in that specific row. Any Ideas for a summation of this particular case. I have provided an example. Note that I would like to maintain the integrity of the singular numerics.
My prior parsing produced this in row c("40", "8"), how do I make it 48?