Use JRC-ENCR QCS (https://encr.eu/tools-for-registries) from the comfort of your R session.
You can install the development version of encrqcs from GitHub with:
# install.packages("devtools")
devtools::install_github("finnishcancerregistry/encrqcs")
Run incidence checks using JRC-ENCR QCS:
results <- encrqcs::qcs_run(
my_incidence, "incidence", "path/to/qcs/root/dir/"
)