Learn R Programming

galah (version 1.5.4)

search_media: Search for associated media of occurrence records

Description

Search for media files for a set of occurrence records downloaded using atlas_occurrences(). search_media() also accepts a set of media IDs (parsed or unparsed).

Usage

search_media(df)

Value

a tibble of matching media files of occurrence records or media ids

Arguments

df

A tibble of species occurrence records or media IDs.

Examples

Run this code
if (FALSE) {
# Search for media files for a set of species occurrence records
occs <- galah_call() |>
  galah_identify("perameles") |>
  galah_filter(year == 2001) |>
  atlas_occurrences()
  
search_media(occs)
}

Run the code above in your browser using DataLab