spocc (version 0.1.2)

clean_spocc: Clean spocc data

Description

Clean spocc data

Usage

clean_spocc(input, country = NULL, habitat = NULL)

Arguments

input
An object of class occdat
country
(logical) Attempt to clean based on country
habitat
(logical) Attempt to clean based on habitat

Examples

Run this code
res <- occ(query = c('Ursus','Accipiter','Rubus'), from = 'bison', limit=120)
res_cleaned <- clean_spocc(res)
class(res_cleaned) # now with classes occdat and occclean

Run the code above in your browser using DataLab