Learn R Programming

move (version 2.1.0)

getMovebankAnimals: Animals, tags and IDs in a Movebank study

Description

Returns the animals, their tags and IDs from a Movebank study

Usage

getMovebankAnimals(study, login)

Arguments

study

a character string (study name) or the numeric study ID as it is stored on Movebank

login

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

Details

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 Also

movebankLogin

Examples

Run this code
# NOT RUN {
#obtain a login
login<-movebankLogin()
getMovebankAnimals(study=82207, login=login)
# }

Run the code above in your browser using DataLab