The shiny request object includes any cookies that are available to the app. This function extracts the value of a named cookie from that request.
Arguments
- request
A shiny request object.
The name of the cookie. Can contain any US-ASCII characters except for: the control character, space, a tab, or separator characters like ( ) < > @ , ; : \ " / [ ] ? = { }.
- missing
The value to return if the requested cookie is not stored in the request. Defaults to
NULL
.