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")

fischuu/hoardeR documentation built on April 13, 2024, 1:20 p.m.