Re: [R] Linestring values to vector

2022-10-21 Thread Jeff Newmiller
As the Posting Guide would have warned you, you will probably have better luck asking this kind of question on the R-sig-geo mailing list. On October 21, 2022 10:45:30 AM PDT, Nick Wray wrote: >Hello I have downloaded a large shapefile dataset of UK rivers and I want >to isolate (as an ordinary

[R] Linestring values to vector

2022-10-21 Thread Nick Wray
Hello I have downloaded a large shapefile dataset of UK rivers and I want to isolate (as an ordinary R string) the LINESTRING values for particular lines, corresponding to rivers Looking at the first line I can isolate the geometry by Hello I have downloaded a large shapefile dataset of UK rivers