Learn R Programming

aRbs (version 0.1.3)

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

Description

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

Usage

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

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

Run the code above in your browser using DataLab