Learn R Programming

hoardeR (version 0.10)

findSpecies: Search in the species` Object.

Description

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

Usage

findSpecies(string)

Value

A data.frame.

Arguments

string

Search string.

Author

Daniel Fischer

Details

This function output rows from the species object that contain a certain string. It uses the grepl function to identify the corresponding rows.

See Also

species, grepl

Examples

Run this code
findSpecies("cattle")

Run the code above in your browser using DataLab