inat_export: Export iNaturalist observations to Excel file(s) based on for...

Description Usage Arguments Value Examples

Description

Export iNaturalist observations to Excel file(s) based on for assigned to FWS properties refuges

Usage

1
inat_export(fwsinat, dir = NULL, overwrite = TRUE, verbose = TRUE)

Arguments

fwsinat

fwsinat data.frame of iNaturalist observations produced by running inat_retrieve

dir

a non-empty character scalar giving the directory within which to store exported spreadsheets

overwrite

logical (default TRUE) indicating whether to overwrite an existing file

verbose

logical (default TRUE) indicating whether to provide messaging during export process

Value

NULL; Exports Excel file(s) to dir

Examples

1
2
3
4
5
## Not run: 
fws <- inat_retrieve()
inat_export(fws, "./fws.xlsx")

## End(Not run)

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