colearendt / shinycookie

Cookies in Shiny

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:R 59.2%Language:JavaScript 40.8%