Crunch-io / rcrunch

R package for interacting with the Crunch API
https://crunch.io/r/crunch/
GNU Lesser General Public License v3.0
9 stars 15 forks source link

Use getShinyOption to access options (if ...) #618

Closed sluga closed 1 year ago

sluga commented 1 year ago

When using crunch from Shiny apps on a server, we typically don't want the users to share options, we want the options to be session-specific. shiny's shinyOptions and getShinyOption accomplish this when called from within the server function.