View source: R/utils_download_certs.R
extract_cert_pdf_from_zip | R Documentation |
Downloads a ZIP file from the given URL, searches for "codecheck.pdf" within its contents, renames it to "cert.pdf," and saves it in the specified directory.
extract_cert_pdf_from_zip(zip_download_url, cert_sub_dir)
zip_download_url |
URL to download the ZIP file from. |
cert_sub_dir |
Directory to save the extracted certificate PDF. |
1 if "codecheck.pdf" is found and saved, otherwise 0.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.