Looking to import data into R from a table on this page:
https://legacy.baseballprospectus.com/standings/index.php?odate=2019-09-10
I've tried multiple methods using XML and httr with no luck. Have already looked at past posts including:
Read data from a php website with R
and
Scraping html tables into R data frames using the XML package
Wondering if maybe I'm not using the correct table ID from the source or if the table is not in the proper format given the tools I'm currently using?
Any and all help is much appreciated! Thanks in advance!