View source: R/utils_render_cert_md.R
create_cert_md | R Documentation |
Generates a Markdown file for a certificate based on a specified template, filling in details about the paper, authors, codecheck information, and the certificate images if available. The resulting Markdown file is later rendered to HTML.
create_cert_md(cert_id, repo_link, download_cert_status)
cert_id |
A character string representing the unique identifier of the certificate. |
repo_link |
A character string containing the repository link associated with the certificate. |
download_cert_status |
An integer (0 or 1) indicating whether the certificate PDF was downloaded (1) or not (0). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.