scrape_links()
function.Filter links to only those ending in "winner" and clean for use in the
get_arb_single()
function.
clean_links(links)
A data.frame
of links with a column "url" containing
www.oddschecker.com URLs, usually the output of the scrape_links()
function.
# NOT RUN {
links <- scrape_links("https://www.oddschecker.com/football")
clean_links(links)
# }
Run the code above in your browser using DataLab