I am trying to scrape this table into R.
I am reading in the data using the XML
library with the following command.
acsi <- htmlParse("https://www.theacsi.org/index.php?option=com_content&view=article&id=147&catid=&Itemid=212&i=Wireless+Telephone+Service")
However, I immediately get this: Warning: XML content does not seem to be XML: 'ss+Telephone+Service'
. What am I doing wrong? Why isn't my table reading in properly?