select_mydata

gets list of species that belongs to a taxon and has a specified string in its mydata-file

Contents

Syntax

[species, nm, sel] = select_mydata (varargin)

Description

gets all species in the add_my_pet collection with mydata files that contain a character string.

Input:

Output:

Remarks

This function can take a few minutes if 'Animalia' is specified (so all entries are searched), since all mydata-files are read from the web

Example of use

nm = select_mydata('Emig') or nm = select_mydata('Aves','Killpack')