powered by
species
This function output rows from the species object that contain a certain string.
findSpecies(string)
A data.frame.
data.frame
Search string.
Daniel Fischer
This function output rows from the species object that contain a certain string. It uses the grepl function to identify the corresponding rows.
grepl
species, grepl
findSpecies("cattle")
Run the code above in your browser using DataLab