Learn R Programming

rfishbase (version 0.2-2)

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

Description

deprecrated, see which_fish

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.

Details

Depricated. This functionality is provided by which_fish.