Code
curl::handle_cookies(handle)
Output
domain flag path secure expiration name value
1 127.0.0.1 FALSE / FALSE <NA> foo bar
Code
curl::handle_cookies(handle)
Output
domain flag path secure expiration name value
1 127.0.0.1 FALSE / FALSE <NA> foo bar
2 127.0.0.1 FALSE / FALSE <NA> bar baz
Code
curl::handle_cookies(handle)
Output
domain flag path secure expiration name value
1 127.0.0.1 FALSE / FALSE <NA> bar baz
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.