Learn R Programming

AntWeb (version 0.7)

aw_images: 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

Run this code
z <- aw_images(since = 5)
z1 <- aw_images(since = 5, img_type = "d")

Run the code above in your browser using DataLab