aw_images: aw_images

View source: R/aw_images.R

aw_imagesR Documentation

aw_images

Description

Download ant images based on time elapsed and/or type.

Usage

aw_images(since = NULL, img_type = NULL)

Arguments

since

number of days in the past to query

img_type

h for head, d for dorsal, p for profile, and l for label. If a img_type is not specified, all images are retrieved.

Value

data.frame

Examples

## Not run: 
z <- aw_images(since = 5)
z1 <- aw_images(since = 5, img_type = "d")

## End(Not run)

ropensci/AntWeb documentation built on Sept. 29, 2022, 12:59 p.m.