Description Usage Arguments Value References Examples
View source: R/occurrence_images.R
Find images using occurrence ids
1 2 3 4 5 6 7 8 | occurrence_images(
occ_id,
fq,
download = FALSE,
download_path,
sounds = FALSE,
verbose = ala_config()$verbose
)
|
occ_id |
character: IDs of occurrences as single sring or vector of strings |
fq |
string: (optional) character string or vector of strings, specifying filters to be applied to the original query. These are of the form "INDEXEDFIELD:VALUE" e.g. "kingdom:Fungi". |
download |
logical: if TRUE download all images and add location to dataframe |
download_path |
string: (optional) filepath to download images to. If not given and download param is TRUE, will create an images folder |
sounds |
logical (optional) Image search also returns sound files. Ignored unless explicitly requested. |
verbose |
logical: show additional progress information? [default is set by ala_config()] |
Data frame of image results
Associated ALA web service for image search counts: https://images.ala.org.au/ws#/Search/search
1 2 3 4 5 6 7 | ## Not run:
## Download all images for an occurrence with a CC BY-NC 4.0 licence
occurrence_image_search(id = "d201f3e0-3e1d-47f1-94ce-9fc226cbc5ec",
fq = "recognisedLicence:CC BY-NC 4.0",
download = TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.