# S3 method for list
st_as_sfc(x, ..., crs = NA_crs_)# S3 method for WKB
st_as_sfc(x, ..., EWKB = FALSE, spatialite = FALSE,
pureR = FALSE, crs = NA_crs_)
# S3 method for character
st_as_sfc(x, crs = NA_integer_, ...)
# S3 method for factor
st_as_sfc(x, ...)
st_as_sfc(x, ...)
# S3 method for SpatialPoints
st_as_sfc(x, ...)
# S3 method for SpatialPixels
st_as_sfc(x, ...)
# S3 method for SpatialMultiPoints
st_as_sfc(x, ...)
# S3 method for SpatialLines
st_as_sfc(x, ..., forceMulti = FALSE)
# S3 method for SpatialPolygons
st_as_sfc(x, ..., forceMulti = FALSE)
# S3 method for map
st_as_sfc(x, ...)