Learn R Programming

hoardeR (version 0.9.2)

findSpecies: 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.

Value

A data.frame.

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
# NOT RUN {
findSpecies("cattle")
# }

Run the code above in your browser using DataLab