species_info: Fetch a taxon profile given a scientific name or LSID (GUID)

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/species_info.R

Description

Fetch a taxon profile given a scientific name or LSID (GUID)

Usage

1
species_info(scientificname, guid, verbose = ala_config()$verbose)

Arguments

scientificname

string: scientific name of the taxon of interest (species, genus, family etc)

guid

string: The Life Science Identifier of the taxon of interest

verbose

logical: show additional progress information? [default is set by ala_config()]

Value

A species profile in the form of a named list, each element of which is generally a data frame. An empty list is returned if no match is found for the supplied name or guid

Author(s)

Atlas of Living Australia support@ala.org.au

References

http://api.ala.org.au/

See Also

ala_config

Examples

1
2
3
4
5
6
s1=species_info("Grevillea humilis subsp. maritima")
str(s1)
s2=species_info(guid="urn:lsid:biodiversity.org.au:apni.taxon:248651")
str(s2)
s3=species_info("Alaba",verbose=TRUE)
str(s3)

jjvanderwal/ALA4R documentation built on May 19, 2019, 11:40 a.m.