Description Usage Arguments Value See Also Examples
Script to initiate data processing of iNaturalist project data Uses downloaded .csv file of the iNaturalist project and nps_boundary shape file Cleans the data to remove records from other years, missing geo-locations, records outside parks
1 | clean_inat_data(obsfile, npsboundary = NA)
|
obsfile |
Full path to downloaded .csv file of the iNaturalist project |
npsboundary |
filename with full path to NPS boundary shape file |
data frame containing cleaned iNaturalist data
Other data preparation: NPS_data
,
clean_NPS_syn
, get_NPS_list
,
inat_summary
, taxataxi
1 2 3 4 | ## Not run:
inat <- clean_inat_data(".\\data\\observations-17205.csv")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.