powered by
scrape_links()
Filter links to only those ending in "winner" and clean for use in the get_arb_single() function.
get_arb_single()
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.
data.frame
# NOT RUN { links <- scrape_links("https://www.oddschecker.com/football") clean_links(links) # }
Run the code above in your browser using DataLab