
Last chance! 50% off unlimited learning
Sale ends in
This function returns all attributes of the sensors of the requested Movebank study.
getMovebankSensorsAttributes(study, login, ...)
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
.
a MovebankLogin
object, if empty you'll be asked to enter your username and password
Extra arguments passed on to the getMovebank function
'data.frame
'
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.
# NOT RUN {
# obtain a login
login<-movebankLogin()
getMovebankSensorsAttributes(study=82207, login=login)
# }
Run the code above in your browser using DataLab