BiocCertificate
helps conference attendees generate a PDF certificate of
attendance.
The shiny application can be started with the Run App
button in RStudio or
using the BiocCertificate()
main function.
Attendees must use a valid event ID, e.g., eurobioc2023
or bioc2023
to
generate the PDF certificate.
A yml
file of events is located in inst/resources/events.yml
. The file
contains metadata that is to be updated by event id (eid
).
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("Bioconductor/BiocCertificate")