Learn R Programming

aRbs (version 0.1.3)

scrape_links: Scrape all subdomain URLs of a domain

Description

Scrape all subdomain URLs of a domain

Usage

scrape_links(url)

Arguments

url

A head domain URL, given as a string.

Value

A data.frame.

Details

Used in the call to get_arbs() to find subdomains that may offer events, from which we can find an arb.

Examples

Run this code
# NOT RUN {
scrape_links("https://www.oddschecker.com/football")
# }

Run the code above in your browser using DataLab