set_cookie | R Documentation |
once cookie exist, it's impossible to update by set_cookie
set_config() works globaly, but will not return cookie to reponse object. Reversely, set_cookies() works locally, and return cookie to response object.
set_cookie_file(cookiefile = "cookies.txt") write_cookie(cookies, cookiefile = "cookies.txt")
cookiefile |
path of cookie file |
cookies |
data.frame object, at least with "name" and "value". |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.