powered by
clean(input)
library("spocc") res <- occ(query = c('Ursus','Accipiter','Rubus'), from = 'bison', limit=10) class(res) res_cleaned <- clean(input=res) class(res_cleaned) # now with classes occdat and occclean
Run the code above in your browser using DataLab