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

Description Usage Arguments Value Examples

View source: R/images_noalt_scrap.R

Description

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

Usage

1
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

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

ralger documentation built on March 18, 2021, 1:06 a.m.