getMovebankStudy | R Documentation |
This function returns information about the requested study as e.g. the authors of the study, licence type, citation and more.
getMovebankStudy(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 |
getMovebankStudy
belongs to the Movebank browsing functions and returns a data.frame
with information about the requested study (e.g.: authors of the study, licence type, citation, etc).
'data.frame
'
See the 'browseMovebank' vignette for more information about security and how to use Movebank from within R.
Marco Smolla & Anne Scharf
## Not run:
# obtain a login
login<-movebankLogin()
getMovebankStudy(study="Coatis on BCI Panama (data from Powell et al. 2017)", login=login)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.