getMvData | R Documentation |
Gets movebank data based on api request
getMvData( apiReq, accept_license = FALSE, handle = NULL, save_as = NULL, clean = TRUE )
apiReq |
|
accept_license |
|
handle |
|
save_as |
|
clean |
|
data.frame
Data from API request. If saving results to disk, returns TRUE.
apiReq <- https://www.movebank.org/movebank/service/direct-read?entity_type=study&study_id=2911040 getMvData(apiReq,accept_license=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.