Creates a multipoint sf object. Points are projected using WGS84 (crs = 4326). Missing coordinates are allowed, but given an empty geometry.

wgs_sf(df)

Arguments

df

a data frame with columns for latitude (lat) and longitude (lon).

Value

a POINT object.

Examples

if (FALSE) {

ufp_sf(df)
}