The purpose of the OuM app is to allow for the exploration of the data collected as part of the Opening up our Minds project. Specifically, it allows users to:
-
View the arguments made for or against a particular topic
-
Explore whether the argument was made by an individual whose views aligned with the argument in question (i.e. whether they were pro or anti that topic)
-
How the arguments were rated by others who were pro- or anti- that topic.
You can install the development version of OuMshiny by downloading/cloning this repo, and then executing the following commands in R
devtools::install('./')
OuMshiny::run_app()
Once installed you can run the app locally like so:
OuMshiny::run_app()