findSpecies {hoardeR} | R Documentation |
Search in the species
' Object.
Description
This function output rows from the species
object that contain a certain string.
Usage
findSpecies(string)
Arguments
string |
Search string. |
Details
This function output rows from the species
object that contain a certain string. It uses the grepl
function to
identify the corresponding rows.
Value
A data.frame
.
Author(s)
Daniel Fischer
See Also
Examples
findSpecies("cattle")
[Package hoardeR version 0.10 Index]