get_nua_image_labeling_links: Retrieve image labeling media links from Nordic Microalgae
Description
This function retrieves media URLs for automated imaging images from the Nordic Microalgae API.
These are images from automated imaging instruments (e.g., IFCB) used for image labeling purposes.
It returns URLs for different renditions (large, medium, original, small) along with basic attribution.
Usage
get_nua_image_labeling_links(unparsed = FALSE)
Value
When unparsed = FALSE: a tibble with the following columns:
slug: The slug of the related taxon.
image_l_url: The URL for the "large" rendition.
image_o_url: The URL for the "original" rendition.
image_s_url: The URL for the "small" rendition.
image_m_url: The URL for the "medium" rendition.
contributor: The contributor of the media item.
copyright_holder: The copyright holder.
license: The license of the media item.
imaging_instrument: Comma-separated list of imaging instruments.
priority: The priority of the image.
Arguments
unparsed
Logical. If TRUE, complete API response is returned as an unparsed list. Default is FALSE.