Enable users to select between international and imperial systems. This is relevant for scale calculations. I'd recommend using checkboxInput (https://shiny.rstudio.com/reference/shiny/1.7.0/checkboxinput). Note that if users decide to use inches, the app should also do the appropriate transformations.
Enable users to select between international and imperial systems. This is relevant for scale calculations. I'd recommend using checkboxInput (https://shiny.rstudio.com/reference/shiny/1.7.0/checkboxinput). Note that if users decide to use inches, the app should also do the appropriate transformations.