R-3.0.1, Rstudio, Win7 x64 Dear list,
I would like to download all the webpages of the Journal Citations Report (science edition), for a given year. I can do so manually, but that it very time intensive, so I would like to use R for that. I have tried many things, including: download.file(url = "http://admin-apps.webofknowledge.com/JCR/JCR?RQ=SELECT_ALL&cursor=21", destfile = "test.htm", method = "internal") which would get the page starting with journal number 21. However, test.htm only includes the message: >>> You do not have a session. You will need to establish a new session <http://admin-router.webofknowledge.com/?DestApp=JCR> if you wish to continue. <<< I do, however, already have a session that I manually started (through the web browser), but R does not recognize that. Does anyone have an idea how to download the webpages for JCR science edition for a given year? I have no idea what to try next. thanks, Peter Verbeet [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.