This is an R shiny app to create a political compass.
Click here to access an online instance of this app. This link may not always be active.
docker run --rm -p 8787:8787 royfrancis/shiny-valkompass:v1.0.0
The app should be available through a web browser at http://0.0.0.0:8787
.
Install the following R packages:
install.packages(c("curl", "dplyr", "ggplot2", "ggh4x", "shiny", "shinythemes", "showtext"))
This repo is not an R package. Clone this repo and execute the R command shiny::runApp("app.R")
in the root directory.
2022 • Roy Francis