cookies

From MaRDI portal
Revision as of 19:55, 12 March 2024 by Import240312060351 (talk | contribs) (Created automatically from import240312060351)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Software:57911



CRANcookiesMaRDI QIDQ57911

Use Browser Cookies with 'shiny'

Jon Harmon

Last update: 2 October 2023

Software version identifier: 0.2.2, 0.1.0, 0.1.1, 0.2.0, 0.2.1, 0.2.3


Copyright license: MIT license, File License

Browser cookies are name-value pairs that are saved in a user's browser by a website. Cookies allow websites to persist information about the user and their use of the website. Here we provide tools for working with cookies in 'shiny' apps, in part by wrapping the 'js-cookie' JavaScript library <https://github.com/js-cookie/js-cookie>.