I have a column in a dataframe that has geocoordinate values that get converted to a factor on import that look like this
[ [ -106.2432752 , 39.0077354]]
[ [ -106.1867662 , 38.8326113]]
I want to convert them to a list of numbers but cant figure out a way. I've tried removing the brackets with gsub but it returns strings.