Re: [R] Using Rvest to scrape pages

2020-07-12 Thread David Winsemius
On 7/12/20 10:42 AM, Tiffany Adekola wrote: Dear All, I am just learning how to use R programming. I want to extract reviews from a page and loop till I extract for all pages: #specify the first page URL fpURL <- 'https://wordpress.org/support/plugin/easyrecipe/reviews/' #read the HTML conte

[R] Using Rvest to scrape pages

2020-07-12 Thread Tiffany Adekola
Dear All, I am just learning how to use R programming. I want to extract reviews from a page and loop till I extract for all pages: #specify the first page URL fpURL <- 'https://wordpress.org/support/plugin/easyrecipe/reviews/' #read the HTML contents in the first page URL contentfpURL <- read_h