DillonHammill / DataEditR

An Interactive R Package for Viewing, Entering Filtering and Editing Data
https://dillonhammill.github.io/DataEditR/
384 stars 40 forks source link

Feature Request: Edit geospatial attributes #52

Open rccline opened 2 years ago

rccline commented 2 years ago

It would be great to edit attributes of geometry (sfc) and simple feature collections (sf).

Opening an sfc file causes {DataEditR} to crash.

DillonHammill commented 2 years ago

@rccline, you will need to extract the relevant attributes into a data.frame for editing and then re-assign the edited data back to your sf or sfc object using the relevant assignment operations. DataEditR can only read in tabular data objects.