I have a column with a string value:
"geo:lat:55.892994,lng:10.510947,address:content:NA"
And I want to have twonew columnn with:
column1: 55.892994
column2: 10.510947
Would you help me with R code?
I was trying to use str_extract and str_split, but I cannot seem to achieve the result