get_animals: Get Animals

Description Usage Arguments Value Examples

View source: R/get_animals.R

Description

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

Usage

1
get_animals(token)

Arguments

token

Access token; see get_climb_token()

Value

Response object returned from the API call

Examples

1
2
3
4
5
## Not run: 
r <- get_animals("<token>") # Insert actual access token
content(r)

## End(Not run)

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