get_animals_by_job: Get Animals by Job

Description Usage Arguments Value Examples

View source: R/get_animals_by_job.R

Description

Access the Get Animals by Job API endpoint and retrieve information on all animals.

Usage

1
get_animals_by_job(job, token)

Arguments

job

Job number

token

Access token; see get_climb_token()

Value

Response object returned from the API call

Examples

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)

Sage-Bionetworks/climbr documentation built on April 25, 2020, 4:08 p.m.