Learn R Programming

letsRept (version 1.1.0)

reptRefs: Extract references from the Reptile Database

Description

Extract references from the Reptile Database

Usage

reptRefs(x = NULL, getLink = TRUE)

Value

A character vector of references (if getLink = FALSE), or a data frame with columns reference and link.

Arguments

x

A binomial species name (e.g., "Boa constrictor").

getLink

Logical; if TRUE, also returns associated links to references.

Examples

Run this code
# \donttest{
df <- reptRefs("Apostolepis adhara")
# }

Run the code above in your browser using DataLab