View source: R/report_functions.R
images_of | R Documentation |
images_of
queries the UWIN database for a selected species and
study area.
images_of(species = NULL, studyArea = NULL, db = uwidb)
species |
A character vector of the species to be queried. If left as
|
studyArea |
The four letter capitalized study area abbreviation for a
city. If left as |
db |
The MySQL connection to the UWIN database. Defaults to 'uwidb' |
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
## Not run:
my_images <- images_of()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.