Skip to content

dethmasque/shinycookie

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.1%
  • R 43.9%