findSpecies: Search in the 'species” Object.

View source: R/findSpecies.R

findSpeciesR 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

species, grepl

Examples

findSpecies("cattle")

hoardeR documentation built on May 29, 2024, 5:49 a.m.