Skip to content

colearendt/shinycookie

Repository files navigation

Travis build status Codecov test coverage

Shiny Cookie

The shinycookie package uses the js-cookie library to write cookies in Shiny applications without writing JavaScript.

  • Initialize shinycookie in your UI with initShinyCookie("myid")
  • Access cookies from the server with input$myid (for a list of all cookies) or input$myid$mycookie for a specific cookie
  • Update cookies from the server with the updateCookie function

Getting Started

Install the development version:

devtools::install_github("colearendt/shinycookie")

Examples

About

Cookies in Shiny

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published