Clean a species list

ranker(x, by = "species")

Arguments

x

input

by

(character) By something, only option now: "species"

Examples

if (FALSE) { (res <- occ_list_gbif(country = 'US', limit = 20)) ranker(res, "species") }