R/images_noalt_scrap.R
images_noalt_scrap.Rd
Scrape Images URLS that don't have 'alt' attributes
images_noalt_scrap(link, askRobot = FALSE)
a character vector of images' URL without "alt" attribute
# \donttest{
images_noalt_scrap(link = "https://www.r-consortium.org/")
#> No images without 'alt' attribute found at: https://www.r-consortium.org/
#> NULL
# }