clean_links: Clean links given by the 'scrape_links()' function.

Description Usage Arguments Examples

View source: R/clean_links.R

Description

Filter links to only those ending in "winner" and clean for use in the get_arb_single() function.

Usage

1
clean_links(links)

Arguments

links

A data.frame of links with a column "url" containing www.oddschecker.com URLs, usually the output of the scrape_links() function.

Examples

1
2
links <- scrape_links("https://www.oddschecker.com/football")
clean_links(links)

aRbs documentation built on April 24, 2021, 5:08 p.m.