Skip to content

royfrancis/shiny-nametagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shiny-nametagger

gh-actions-build-status docker-hub

This is an R shiny app to create labels for clip-on name badges.

Running the app

Run online

Click here to access an online instance of this app. This link may not always be active.

Run using docker

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.

Run in R

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