• About
  • Documentation

  • More Universes
  • Recent Updates
  • Leader board

  • All repositories
  • All packages
  • All articles
  • All datasets
  • All system Libraries
shinyworks
  • Builds
  • Packages
  • Articles
  • Datasets
  • Contribution
  • Badges
  • API
  • Feed

Links toshinyworks

cookies - Use Browser Cookies with 'shiny'

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>.

Last updated

5.98 score 38 stars 2 dependents 42 scripts 421 downloads

scenes - Switch Between Alternative 'shiny' UIs

Sometimes it is useful to serve up alternative 'shiny' UIs depending on information passed in the request object, such as the value of a cookie or a query parameter. This packages facilitates such switches.

Last updated

5.46 score 16 stars 18 scripts 152 downloads

chains - Complex Reactive Values for 'shiny'

Create hybrid reactive objects that can be set imperatively but are validated reactively, ensuring their state is always consistent with their dependencies.

Last updated

3.66 score 7 stars 2 scripts

favawesome - 'Font Awesome' Icons as 'shiny' 'favicons'

Easily use 'Font Awesome' icons as 'shiny' 'favicons' (the icons that appear on browser tabs). 'Font Awesome' (<https://fontawesome.com/>) is a popular set of icons that can be used in web pages. 'favawesome' provides a simple way to use these icons as 'favicons' in 'shiny' applications and other HTML pages.

Last updated

3.30 score 4 stars 536 downloads

shinysocial - Social Media Modules for 'shiny'

Standardized, clean modules for collecting, displaying, and using social media information in 'shiny' apps.

Last updated

2.00 score 2 stars 1 scripts

shinyfocus - Use Browser Focus Events in 'shiny'

As a user moves through a 'shiny' app, it can be useful to trigger server events when different parts of the app gain or lose focus. This package aims to make it easy to implement such events.

Last updated

2.00 score 2 stars