| get_cookies_from_browser | R Documentation |
Retrieves all cookies from a Browser (currently works with Firefox only).
get_cookies_from_browser(browser = "Firefox")
browser |
A character string specifying the browser to get cookies from. Defaults to "Firefox". |
A tibble containing the cookies from the specified browser.
## Not run:
get_cookies_from_browser("Firefox")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.