https://github.com/rempsyc/pubdashboard
Creating Publication Data Visualization Dashboards
https://github.com/rempsyc/pubdashboard
Last synced: 3 months ago
JSON representation
Creating Publication Data Visualization Dashboards
- Host: GitHub
- URL: https://github.com/rempsyc/pubdashboard
- Owner: rempsyc
- Created: 2024-05-12T19:20:43.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-24T20:11:15.000Z (6 months ago)
- Last Synced: 2025-06-24T21:24:12.528Z (6 months ago)
- Language: R
- Homepage: https://rempsyc.github.io/pubDashboard/
- Size: 10.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
README
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# pubDashboard: Creating Publication Data Visualization Dashboards 
[](https://github.com/rempsyc/pubDashboard/actions)
[](https://rempsyc.r-universe.dev/ui/#package:pubDashboard)
[](https://CRAN.R-project.org/package=pubDashboard)
[](https://github.com/rempsyc/pubDashboard/commits/main)
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://github.com/sponsors/rempsyc)
[](https://github.com/rempsyc?tab=followers)
[](https://github.com/rempsyc/pubDashboard/stargazers)
The goal of `pubDashboard` is to facilitate the creation of pretty data visualization dashboards using the `flexdashboard` and `openalexR` packages.
## Installation
You can install the development version of `pubDashboard` like so:
``` r
# If `remotes` isn't installed, use `install.packages("remotes")`
remotes::install_github("rempsyc/pubDashboard")
```
## Example Dashboards
The full source-code for these dashboards are available on the corresponding button at the top-right of each dashboard.
### Neglected 95% Dashboard
[](https://remi-theriault.com/dashboards/neglected_95)
### Passion Dashboard
[](https://remi-theriault.com/dashboards/passion)