getMovebankSensors: Information about Movebank sensors

Description Usage Arguments Details Note Author(s) See Also Examples

Description

getMovebankSensors returns information about sensors in a study.

Usage

1
  getMovebankSensors(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

getMovebankSensors belongs to the Movebank browsing functions and returns either information about all sensor types that are available on Movebank (if the study argument is missing) or the sensor IDs corresponding to to the animal IDs in a specific study.

Note

See the 'browseMovebank' vignette (move website download section) for more information about security and how to use Movebank from within R.

Author(s)

Marco Smolla

See Also

movebankLogin

Examples

1
2
3
4
5
6
## Not run: 
#obtain a login
login<-movebankLogin()
getMovebankSensors(study=123413, login=login)

## End(Not run)

move documentation built on Jan. 16, 2017, 2:22 a.m.