getMovebankSensorsAttributes | R Documentation |
This function returns all attributes of the sensors of the requested Movebank study.
getMovebankSensorsAttributes(study, login, ...)
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 |
login |
a |
... |
Extra arguments passed on to the getMovebank function |
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.
'data.frame
'
See the 'browseMovebank' vignette for more information about security and how to use Movebank from within R.
Marco Smolla
movebankLogin
## Not run:
# obtain a login
login<-movebankLogin()
getMovebankSensorsAttributes(study=2950149, login=login)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.