images_noalt_scrap: Scrape Images URLS that don't have 'alt' attributes

View source: R/images_noalt_scrap.R

images_noalt_scrapR Documentation

Scrape Images URLS that don't have 'alt' attributes

Description

Scrape Images URLS that don't have 'alt' attributes

Usage

images_noalt_scrap(link, askRobot = FALSE)

Arguments

link

the URL of the web page

askRobot

logical. Should the function ask the robots.txt if we're allowed or not to scrape the web page ? Default is FALSE.

Value

a character vector of images' URL without "alt" attribute

Examples



images_noalt_scrap(link = "https://www.r-consortium.org/")




feddelegrand7/ralger documentation built on March 14, 2023, 12:44 a.m.