I have a column that has estimated numbers for a conversion rate that looks like;
Type Conversion
A 90
B 84
C 85-90
D 60-70
The problem is, I need to create a new column that takes the midpoint if the conversion was given in a range. So something like this;
Type Conversion
A 90
B 84
C 87.5
D 65
How can I do this in R?