Skip to contents

Fetches species conservation status information from NatureServe Canada.

Usage

fetch_natserv_info(sp)

Arguments

sp

Species name (scientific name)

Value

Data frame with species information and conservation status

Examples

if (FALSE) { # \dontrun{
info <- fetch_natserv_info("Salmo trutta")
} # }