Home > Enterprise >  Efficiency in extracting data from webscraping in R
Efficiency in extracting data from webscraping in R

Time:02-07

This is no doubt very simple so apologies but I am new to webscraping and am trying to extract multiple datapoints in one call using rvest. Let's take for example the following code (NB I have not used the actual website which I have replaced in this code snippet with xxxxxx.com):

univsalaries <- lapply(paste0('https://xxxxxx.com/job/p', 1:20,'/key=           
  •  Tags:  
  • Related