Use biproportional apportionment interactively in a shiny app
Examples
if(interactive()) {
# You need to have the packages 'shiny' and
# shinyMatrix' installed to run the app
run_app()
# It's possible to load data with the app
run_app(uri2020$votes_matrix, uri2020$seats_vector)
}
