Is there a R library similar to pickle
python library?
I'm doing some browsing with Selenium webdriver and I would like to save all cookies at the end of the session and reuse them in the next session. I have thought about implementing in R the equivalent to this question.
Can it be done with RCurl
?