images_of: Images of a species at a given study area

View source: R/report_functions.R

images_ofR Documentation

Images of a species at a given study area

Description

images_of queries the UWIN database for a selected species and study area.

Usage

images_of(species = NULL, studyArea = NULL, db = uwidb)

Arguments

species

A character vector of the species to be queried. If left as NULL then you can select the species you want in a pop up list. Multiple species can be selected by holding CTRL when clicking on them.

studyArea

The four letter capitalized study area abbreviation for a city. If left as NULL you can select the study area from a pop up list. Only one study area may be selected at a time.

db

The MySQL connection to the UWIN database. Defaults to 'uwidb'

Value

a data.frame with the following columns: - filepath: the location of the image on google cloud - locationName: the site name the image was taken - photoName: the name of the image - commonName: the species tagged in the images - numIndividuals: The number of individuals of the tagged species

Examples

## Not run: 
my_images <- images_of()

## End(Not run)

mfidino/uwinutils documentation built on June 11, 2025, 1:49 p.m.