An open API service indexing awesome lists of open source software.

https://github.com/ThinkR-open/clientapp

Showcase of Shiny App for client database and after-sales calls exploration
https://github.com/ThinkR-open/clientapp

thinkr-not-maintained

Last synced: 3 months ago
JSON representation

Showcase of Shiny App for client database and after-sales calls exploration

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

[![R-CMD-check](https://github.com/ThinkR-open/clientapp/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ThinkR-open/clientapp/actions/workflows/R-CMD-check.yaml)
[![lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)

# 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.