Search for a study on Movebank
searchMovebankStudies.Rd
This function searches for studies within Movebank by a specified keyword or phrase.
Arguments
- x
a character string to search within the Movebank study names
- login
a
MovebankLogin
object, if empty you'll be asked to enter your username and 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.
Note
See the 'browseMovebank' vignette for more information about security and how to use Movebank from within R.
Examples
if (FALSE) { # \dontrun{
# obtain a login
login <- movebankLogin()
# returns all studies that include this exact term: "MPIO"
searchMovebankStudies(x="MPIO", login=login)
} # }