Json – Extracting coordinate data from a FeatureCollection in csv within R
I've got data currently within csv, with a column called "journeyroute." This column has the following data [truncated due to size]: {"type": "FeatureCollection", "features": [{"type": "Feature", "geometry": {"type": "Point", "coordinates": [-4.095772, 50.409393]}, "properties": {"name": "start"}}, {"type": "Feature", "geometry": null, "properties":…