getMovebankSensorAttributes: Available sensor attributes

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

Description

This function returns all attributes of the sensors of the requested study.

Usage

1

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

getMovebankSensorAttributes belongs to the Movebank browsing functions and returns the attributes of the sensors of a study, i.e. what is the sensor id and which data types are stored for this sensor (e.g. GPS sensors store longitude and latitude locations, and timestamps and have 673 as their ID on Movebank).

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()
getMovebankSensorsAttributes(study=123413, login=login)

## End(Not run)

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