collect_media {galah} | R Documentation |
Collect media files
Description
This function downloads full-sized or thumbnail images and media files using
information from atlas_media
to a local directory.
Usage
collect_media(df, thumbnail = FALSE, path)
Arguments
Value
Invisibly returns a tibble
listing the number of files downloaded,
grouped by their HTML status codes. Primarily called for the side effect of
downloading available image & media files to a user local directory.
Examples
## Not run:
# 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)
## End(Not run)
[Package galah version 2.0.2 Index]