Description Usage Arguments Details Note Author(s) See Also Examples
Returns the animals, their tags and IDs from a Movebank study
| 1 |   getMovebankAnimals(study, login)
 | 
| study | a character string (study name) or the numeric study ID as it is stored on Movebank | 
| login | an object of the  | 
getMovebankAnimals belongs to the Movebank browsing functions and returns a data.frame that includes the animalID, animalName, id, sensor_type_id and tag_id from the requested study. 
See the 'browseMovebank' vignette (move website download section) for more information about security and how to use Movebank from within R.
Marco Smolla
| 1 2 3 4 5 6 | ## Not run: 
#obtain a login
login<-movebankLogin()
getMovebankAnimals(study=82207, login=login)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.