Hello,
Based on this kind of data (.html) , I would like to create (in RStudio) a dataframe with 4 columns (one for Home-odds , one for Draw-odds , one for Away-odds and finally one for Green-odds). How could I do it efficiently ?
Thanks in advance
It's not clear what you are asking for. If it's web scraping then one of the following packages should help:
Easily Harvest (Scrape) Web Pages • rvest (tidyverse.org)
(for dynamic webpages) R Bindings for Selenium WebDriver • RSelenium (ropensci.org)
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed. If you have a query related to it or one of the replies, start a new topic and refer back with a link.