Description Usage Arguments Value Examples
View source: R/get_animals_by_job.R
Access the Get Animals by Job API endpoint and retrieve information on all animals.
1 | get_animals_by_job(job, token)
|
job |
Job number |
token |
Access token; see |
Response object returned from the API call
1 2 3 4 5 6 | ## Not run:
# Insert actual access token
r <- get_animals_by_job(job = "6655", "<token>")
content(r)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.