-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
41 lines (28 loc) · 1.03 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# Opening up our Minds (OuM) Shiny App
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.
## Installation
You can install the development version of OuMshiny by downloading/cloning this repo, and then executing the following commands in R
``` r
devtools::install('./')
OuMshiny::run_app()
```
## Run the app
Once installed you can run the app locally like so:
``` r
OuMshiny::run_app()
```