View source: R/nua_api_functions.R
get_nua_taxa | R Documentation |
This function retrieves taxonomic information for algae taxa from the Nordic Microalgae API. It fetches details including scientific names, authorities, ranks, and image URLs (in different sizes: large, medium, original, and small).
get_nua_taxa(unparsed = FALSE)
unparsed |
Logical. If |
When unparsed = FALSE
: a data frame containing the following columns:
slug |
A unique identifier for the taxon. |
scientific_name |
The scientific name of the taxon. |
authority |
The authority associated with the scientific name. |
rank |
The taxonomic rank of the taxon. |
## Not run:
# Retrieve and display taxa data
taxa_data <- get_nua_taxa(unparsed = FALSE)
head(taxa_data)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.