Skip to content
Prev 327182 / 398502 Next

how to download Journal Citation Reports with R

Wet Bell Diver <wetbelldiver <at> gmail.com> writes:
You need to review the RCurl package and look for "cookies", which
will allow you (once you have established a session in a browser) to
copy the cookies (tokens which allow you access) into your R session.
However, you will probably be violating the terms of service of JCR.
You should talk to your librarian about this.  When I wanted to do
a similar project I worked out a system where I generated the URLs 
automatically and got a student assistant to (efficiently) go to the
URLs and paste the results into output files.

  Ben Bolker