-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
34 lines (24 loc) · 1.23 KB
/
README.Rmd
File metadata and controls
34 lines (24 loc) · 1.23 KB
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
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
<!-- badges: start -->
[](https://github.com/ThinkR-open/clientapp/actions/workflows/R-CMD-check.yaml)
[](https://www.tidyverse.org/lifecycle/#experimental)
<!-- badges: end -->
# clientapp
The goal of {clientapp} is to build a shiny app in a R package to explore a (fake) client database. Building a Shiny Application included in a R package is made easier with [{golem}](https://github.com/ThinkR-open/golem). Database was built using [{fakir}](https://github.com/ThinkR-open/fakir).
This app is deployed there: https://connect.thinkr.fr/clientapp/
```{r, echo=FALSE, out.width="80%"}
knitr::include_graphics("man/references/client_app.png")
```
Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md).
By participating in this project you agree to abide by its terms.