if (FALSE) {
# Use `atlas_media()` to return a `tibble` of records that contain media
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_call() |>
galah_identify("perameles") |>
galah_filter(year == 2015) |>
atlas_media() |>
collect_media(path = here::here("folder", "subfolder"))
}
Run the code above in your browser using DataLab