cookies | R Documentation |
Access cookies in a response.
cookies(x)
x |
A response. |
set_cookies()
to send cookies in request.
## Not run:
r <- GET("http://httpbin.org/cookies/set", query = list(a = 1, b = 2))
cookies(r)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.