Rafnuss / GeoPressureR

Global positioning by atmospheric pressure
https://raphaelnussbaumer.com/GeoPressureR
GNU General Public License v3.0
7 stars 1 forks source link

More flexible way of loading `GeoPressureViz` data #14

Closed Rafnuss closed 1 year ago

Rafnuss commented 2 years ago

The only way I can find to use data in a shiny app is to save the data in a .RData in a specific folder (~) and then read it from the app. I cannot find a good way to pass variable to a shiny app instance Any suggestion?

Rafnuss commented 1 year ago

This is actually possible using the global variable https://community.rstudio.com/t/pass-variables-to-shiny-app/1950

Rafnuss commented 1 year ago

solved with #52