R/sf_point_attributes.R
sf_point_attributes.Rd
Calculate x and y coordinate values as new fields.
sf_point_attributes(points, field_names = c("X", "Y"))
sf object of type POINT
based on jmlondon suggestion for an `sf_as_cols` function: [sf/issues/231](https://github.com/r-spatial/sf/issues/231)