ThinkR-open / golem

A Framework for Building Robust Shiny Apps
https://thinkr-open.github.io/golem/
Other
904 stars 132 forks source link

Find a consistent way to pass options to shiny app when using run_app (or others) #86

Closed ColinFay closed 5 years ago

ColinFay commented 5 years ago

Following https://github.com/ThinkR-open/golem/issues/33#issuecomment-502242160, I think me need to find a way to pass options to Shiny Apps consistently (globally, and locally from the run_app function, and it should work on all deployment strategies).

Ideally we would have a series of golem_options, get_golem_options, and maybe a flush_golem_options.

Not sure yet how it should be implemented though.

ColinFay commented 5 years ago

Done with last version (0.0.1.7000). No flush options so far, but the run_app is done with_golem_options, which can be retrieved with get_golem_options from inside the app