data-raw/cov.R

## code to prepare `cov` dataset goes here

install.packages("covr")
library(covr)

cov <- covr::package_coverage()

usethis::use_data_raw("cov")

# usethis::use_data(cov, overwrite = TRUE)
phylotastic/datelife documentation built on June 9, 2024, 6:50 p.m.