Skip to contents

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)

Arguments

df

A tibble of species occurrence records or media IDs.

Value

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

Examples

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)
}