Search found 2 matches

by pauloldham
Tue May 12, 2015 9:31 am
Forum: Archive
Topic: USING SOFTWARE R TO OBTAIN PATENT INFORMATION FROM OPS
Replies: 7
Views: 8466

Re: USING SOFTWARE R TO OBTAIN PATENT INFORMATION FROM OPS

As a follow up to my earlier question. The problem was indeed obvious in the end. The authentication solution kindly provided by Majo works very well. The problem in my case seemed to be two fold. 1. The access token generated after authentication timing out and needing to be refreshed. 2. The POST ...
by pauloldham
Wed Apr 29, 2015 2:07 pm
Forum: Archive
Topic: USING SOFTWARE R TO OBTAIN PATENT INFORMATION FROM OPS
Replies: 7
Views: 8466

Re: USING SOFTWARE R TO OBTAIN PATENT INFORMATION FROM OPS

Dear Majo, Very many thanks for posting this. It is incredibly helpful. However, I have a different question on how to handle the response object returned from OPS in R. library(httr) library(XML) thermo <- POST("..../rest-services/published-data/search/biblio/?q=ti%3Dthermoanaerobacter", ...