ropensci / rentrez

talk with NCBI entrez using R
https://docs.ropensci.org/rentrez
Other
195 stars 38 forks source link

web history object #52

Closed dwinter closed 9 years ago

dwinter commented 9 years ago

At the moment, using the web history features requires the user to set two arguments, WebEnv and query_key.

Those values are always unique to a given call (to entrez_post or using web history with _search or _link). It would be easier for users if there was a web_history object that could be passed to fetching functions. The object returned by entrez_post would be a good start for this object.

dwinter commented 9 years ago

web_history object appears to be working well at the point.

This issue will be ready to close when web history section of #28 is written