Start the GeoLightViz shiny app
Arguments
- x
a GeoPressureR
tagobject, a.Rdatafile or the unique identifieridwith a.Rdatafile located in"./data/interim/{id}.RData".- path
a GeoPressureR
pathorpressurepathdata.frame.- launch_browser
If true (by default), the app runs in your browser, otherwise it runs on Rstudio.
- run_bg
If true (by default), the app runs in a background R process using
callr::r_bg(), allowing you to continue using the R console. If false, the app blocks the console until closed.