ufp_sf: Create 'sf' Object

View source: R/transform_sf.R

ufp_sfR Documentation

Create sf Object

Description

Creates a multipoint sf object from a PUFP data frame created by ufp_read() or ufp_batch_read(). Points are projected using WGS84 (crs = 4326).

Usage

ufp_sf(df)

Arguments

df

data frame created by ufp_read() or ufp_batch_read(). The input data frame must include lon/lat coordinates.

Value

a MULTIPOINT object

Examples

## Not run: 

ufp_sf(df)

## End(Not run)

wolfeclw/pufpR documentation built on April 2, 2022, 9:48 a.m.