if (FALSE) {
# Use `atlas_media()` to return a `tibble` of records that contain media
x <- galah_call() |>
galah_identify("perameles") |>
galah_filter(year == 2015) |>
atlas_media()
# To download media files, add `collect_media()` to the end of a query
galah_config(directory = "media_files")
collect_media(x)
}
Run the code above in your browser using DataLab