get_images: Download images from the Reflora Website.

Description Usage Arguments Value Examples

Description

Download images from the Reflora Website.

Usage

1
get_images(any = NULL, family = NULL, institution_code = NULL)

Arguments

any

A search query to be matched against all fields.

family

Family name.

institution_code

An institution code.

Value

get_base_url Returns the base url for a given taxon. Not very useful by itself. get_number_of_images returns the number of images available for a given taxon. get_image_urls returns the urls for all images of a given taxon. get_images returns NULL and downloads all imagens for the taxon.

Examples

1
2
3
4
5
6
7
taxon <- "Miconia albicans"
## Not run: 
get_number_of_images(taxon)
get_image_urls(taxon)
get_images(taxon)

## End(Not run)

gustavobio/reflora documentation built on May 8, 2019, 11:01 p.m.