# Install package from CRAN only if not installed, and load the library
if (!require(covr)) install.packages('covr')
library(covr)
covr <- file_coverage(
c(
"R/Functions.R"
),
c(
"tests/testthat/test_load_images.R"
)
)
covr
report(covr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.