I have a column ML_Latest which contains values as following :
ML_Latest
1st row)95 250 95
2nd row)95 500
3rd row)250 500
I want to make a new column which contains the addition of these numbers for example:
440
595
750
How can I do it in R?