Skip to content

Commit

Permalink
for #2429
Browse files Browse the repository at this point in the history
  • Loading branch information
edzer committed Sep 6, 2024
1 parent 1157667 commit aa0b098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/sf.R
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ st_as_sf.sf = function(x, ...) x

#' @name st_as_sf
#' @export
st_as_sf.sfc = function(x, ...) st_as_sf(x, ...)
st_as_sf.sfc = function(x, ...) st_sf(x, ...)

#' Get, set, replace or rename geometry from an sf object
#'
Expand Down

0 comments on commit aa0b098

Please sign in to comment.