splinkr_images: Display or download image records

Description Usage Arguments Examples

View source: R/splinkr_images.R

Description

This function allows viewing the records of the speciesLink network with images. Future plains to download the images.

Usage

1
splinkr_images(imagecode = NULL, scientificName = NULL, path)

Arguments

imagecode

Carachter vector containing image codes

scientificName

Character vector containing one or more single or compound names, without authors

path

Path to save image(s) (not implemented)

Examples

1
2
3
4
5
6
7
# Display image by image codes
splinkr_images(imagecode = "FLOR0037759")

splinkr_images(imagecode = c("FLOR0037759", "UEC190851"))

# Display image by scientific names
splinkr_images(scientificName = c("Spigelia insignis", "Anathallis kleinii"))

cadubio/splinkr documentation built on Oct. 13, 2020, 8:36 p.m.