Learn R Programming

move (version 4.2.5)

getMovebankSensorsAttributes: Available attributes of Movebank sensors

Description

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

Usage

getMovebankSensorsAttributes(study, login, ...)

Value

'data.frame'

Arguments

study

character or numeric. Character: full name of the study, as stored on Movebank. Numeric: Movebank ID of the study which can be obtained on the Study Details page on Movebank or with getMovebankID.

login

a MovebankLogin object, if empty you'll be asked to enter your username and password

...

Extra arguments passed on to the getMovebank function

Author

Marco Smolla

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 653 as their ID on Movebank).

The definition of each of the attributes is detailed in the Attribute Dictionary on Movebank

The correspondence between the sensor type and the sensor type id can be found with the function getMovebankSensors, leaving the study argument empty.

See Also

movebankLogin

Examples

Run this code
if (FALSE) {

# obtain a login
login<-movebankLogin()
getMovebankSensorsAttributes(study=2950149, login=login)
}

Run the code above in your browser using DataLab