You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
We could add an active = NULL argument such that a call like st_coordinates(sfn, "edges") returns the coordinates of the edges table.
Describe alternatives you've considered
We can just modify the active table, but also this addition shouldn't be really difficult. Moreover, IMO, it's surprising that the same pattern works only for st_geometry and sf_as_sf()
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I think
st_coordinates
may adopt the same shortcut asst_geometry
orst_as_sf
, i.e.Created on 2022-06-26 by the reprex package (v2.0.1)
Describe the solution you'd like
We could add an
active = NULL
argument such that a call likest_coordinates(sfn, "edges")
returns the coordinates of the edges table.Describe alternatives you've considered
We can just modify the active table, but also this addition shouldn't be really difficult. Moreover, IMO, it's surprising that the same pattern works only for
st_geometry
andsf_as_sf()
The text was updated successfully, but these errors were encountered: