searchMovebankStudies: Search for a study

Description Usage Arguments Details Value Note Author(s) Examples

Description

Searches for a study within Movebank

Usage

1

Arguments

x

a character string to search within the Movebank study names

login

an object of the MovebankLogin-class, if empty you'll be asked to enter your username or password

Details

The search function searches explicitly for the entered phrase. If you for example type 'Goose' it will not show you studies including 'goose'. So rather search for 'oose' to find both.

Value

The function returns a character vector of study names.

Note

See the 'browseMovebank' vignette (link) for more information about security and how to use Movebank from within R.

Author(s)

Marco Smolla

Examples

1
2
3
4
## Not run: 
searchMovebankStudies("MPIO", login=login) #returns all studies that include this exact term

## End(Not run)

move documentation built on Jan. 16, 2017, 2:22 a.m.