Skip to content
Prev 383338 / 398502 Next

Web-scraping newbie - dynamic table into R?

Web-scraping is not a common topic here, but one point that does come up is to be sure you are conforming with the website terms of use before getting in too deep.

Another bit of advice is to look for the underlying API... that is usually more performant than scraping anyway. Try using the developer tools in Chrome to find out how they are populating the page for clues, or just Google it.

Finally, you might try the RSelenium package. I don't have first hand experience with it but it is reputed to be designed to scrape dynamic web pages.
On April 18, 2020 1:50:02 PM PDT, Julio Farach <jfarach at gmail.com> wrote: