searchMovebankStudies {move} | R Documentation |
Search for a study on Movebank
Description
This function searches for studies within Movebank by a specified keyword or phrase.
Usage
searchMovebankStudies(x, login)
Arguments
x |
a character string to search within the Movebank study names |
login |
a |
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 for more information about security and how to use Movebank from within R.
Author(s)
Marco Smolla
Examples
## Not run:
# obtain a login
login <- movebankLogin()
# returns all studies that include this exact term: "MPIO"
searchMovebankStudies(x="MPIO", login=login)
## End(Not run)
[Package move version 4.2.4 Index]