My dear friends,
I would like to save/download some data from website, for example past issues from ISPOR ISPOR - Value in Health Past Issues. There’s a lot of data, so manually opening each link and saving full texts would take really a lot of time. Is there a way to do it automatically using R or Python? Thank you in advance
1 Like
Hello,
In R, you can use the “rvest” package for that purpose. There is a useful tutorial: Web scraping 101 • rvest (tidyverse.org)
1 Like
Thank you, that’s very good to know. It looks like complex, but powerful tool