plant_list <- crooked_island
#number of species (native and introduced)
species_richness(x = plant_list, key = "acronym", db = "michigan_2014", native = FALSE)
#number of native species
species_richness(x = plant_list, key = "acronym", db = "michigan_2014", native = TRUE)
Run the code above in your browser using DataLab