obs_as_sf: Turn observations into a sf object

Description Usage Arguments Value Examples

Description

Turn observations into a sf object

Usage

1
obs_as_sf(obs)

Arguments

obs

data.frame with observations as returned by (see get_observations)

Value

a sf with POINTS

Examples

1
2
df <- get_observations(scientific_name = 'Gonepteryx rhamni', year = 2017)
head(obs_as_sf(df))

EDiLD/rartenfinder documentation built on May 18, 2019, 8:11 p.m.