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/")
#> [1] <img loading="lazy" src="./posts/r-consortium-awards-first-round-of-2025-isc-grants/isc-grantees-2025-1.png" class="thumbnail-image card-img" style="height: 150px;">
#> [2] <img loading="lazy" src="./posts/exploring-kuzco-making-computer-vision-for-r-easily-accessible/frankthull.png" class="thumbnail-image card-img" style="height: 150px;">
#> [3] <img loading="lazy" src="./posts/quantifying-participation-risk-with-r-and-r-shiny-a-new-frontier-in-financial-risk-modeling/demo.png" class="thumbnail-image card-img" style="height: 150px;">
# }