aw_images: aw_images

Description Usage Arguments Value Examples

Description

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

Usage

1
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

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

## End(Not run)

AntWeb documentation built on May 2, 2019, 3:43 p.m.