View source: R/utils_render_cert_htmls.R
render_cert_htmls | R Documentation |
Generates HTML files for each certificate listed in the given register table. It checks for the existence of the certificate PDF, downloads it if necessary, and converts it to JPEG format for embedding.
render_cert_htmls(register_table, force_download = FALSE)
register_table |
A data frame containing details of each certificate, including repository links and report links. |
force_download |
Logical; if TRUE, forces the download of certificate PDFs even if they already exist locally. Defaults to FALSE. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.