
Enrich a Taxonomy File with URLs to Wikipedia-Images
Source:R/images.R
enrich_taxonomy_with_images.Rd
Add URLs to Images from Wikipedia to a file with a taxonomic hierarchy. By default, existing URLs are kept and only missing URLs are filled in.
Usage
enrich_taxonomy_with_images(
file,
delim = ",",
retry = FALSE,
progress = TRUE,
quiet = FALSE
)