A function to search for the occurances of any keyword in habitat description

Usage

habitatSearch(keyword, fish.data = NULL)

Arguments

keyword
pattern to be used by grep
fish.data
the fishbase database fish.data or a subset,

Value

a logical vector of length(fish.data) indicating the matches, that can be used to subset the full database in calls to other functions.

Description

deprecrated, see which_fish

Details

Depricated. This functionality is provided by which_fish.