All studies on Movebank
getMovebankStudies.Rd
This function returns all studies available on Movebank.
Arguments
- login
a
MovebankLogin
object, if empty you'll be asked to enter your username and password
Details
getMovebankStudies
belongs to the Movebank browsing functions and returns all studies available on Movebank.
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()
getMovebankStudies(login=login)
} # }