-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
46 lines (33 loc) · 1013 Bytes
/
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
42
43
44
45
46
---
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%"
)
```
# appflagquizz <img src="man/figures/hex_Flag_Quizz.png" align="right" alt="" width="120" />
<!-- badges: start -->
<!-- badges: end -->
{appflagquizz} tests your knowledge of the flags of the world.
The quiz refers to the site [**https://www.monsieur-des-drapeaux.com**](https://www.monsieur-des-drapeaux.com/drapeaux-du-monde.html)
## How to install
```{r, eval = FALSE}
# Install and load {appflagquizz} package
# install.packages("remotes")
remotes::install_github("MurielleDelmotte/appflagquizz")
library(appflagquizz)
```
## How to run the app
```{r, eval = FALSE}
appflagquizz::run_app()
```
## Demo
Before starting, you will be able to choose the length of the quiz.
```{r echo=FALSE}
knitr::include_graphics("man/figures/home_page.jpg")
```