findSpecies: Search in the 'species” Object.

Description Usage Arguments Details Value Author(s) See Also Examples

Description

This function output rows from the species object that contain a certain string.

Usage

1
  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

1
findSpecies("cattle")

hoardeR documentation built on May 2, 2019, 5:15 a.m.