Description Usage Arguments Examples
View source: R/splinkr_images.R
This function allows viewing the records of the speciesLink network with images. Future plains to download the images.
1 | splinkr_images(imagecode = NULL, scientificName = NULL, path)
|
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) |
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"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.