This is an R shiny app to create labels for clip-on name badges.
Click here to access an online instance of this app. This link may not always be active.
docker run --rm -p 8787:8787 royfrancis/shiny-nametagger:latest
The app should be available through a web browser at http://0.0.0.0:8787
.
Install the following R packages:
install.packages(c("Cairo","curl","ggplot2","ggtext","png","shiny","shinythemes","shinyBS","showtext"))
This repo is not an R package. In the root directory of this repo, run app using shiny::runApp("app.R")
.
2024 • Roy Francis