get_animals_by_cohort: Get Animals by Cohort

Description Usage Arguments Value Examples

View source: R/get_animals_by_cohort.R

Description

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

Usage

1
get_animals_by_cohort(cohort, token)

Arguments

cohort

Cohort name

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_cohort(cohort = "5xFAD 6mo Tissue", "<token>")
content(r)

## End(Not run)

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