inat_update: Update previous retrieval of observations from an iNaturalist...

Description Usage Arguments Value See Also Examples

View source: R/inat_update.R

Description

Uses the query timestamp associated with the fwsinat object to perform a new iNaturalist retrieval for the associated USFWS properties (and possibly project) and updates records that have changed and adds records created since the previous query.

Usage

1

Arguments

fwsinat

fwsinat data.frame of iNaturalist observations produced by running inat_retrieve

Value

fwsinat object of iNaturalist observations associated with one or more USFWS properties, and potentially an iNaturalist project. These observations are joined, when possible, with ITIS (http://www.itis.gov) information.

See Also

inat_retrieve for details on making the initial retrieval of iNaturalist observations

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
# Default is to retrieve observations from the USFWS National Wildlife
# Refuge System project on all available USFWS properties
fws <- inat_retrieve()

# Wait a while... hours, days, months... for users to update and add new
# observations
fws <- inat_update(fws)

## End(Not run)

adamdsmith/fwsinat documentation built on May 29, 2019, 2:10 p.m.