powered by
species
This function output rows from the species object that contain a certain string.
findSpecies(string)
Search string.
A data.frame.
data.frame
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
# NOT RUN { findSpecies("cattle") # }
Run the code above in your browser using DataLab