Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 779 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 779 Bytes

Package encrqcs

R-CMD-check

Use JRC-ENCR QCS (https://encr.eu/tools-for-registries) from the comfort of your R session.

Installation

You can install the development version of encrqcs from GitHub with:

# install.packages("devtools")
devtools::install_github("finnishcancerregistry/encrqcs")

Example

Run incidence checks using JRC-ENCR QCS:

results <- encrqcs::qcs_run(
  my_incidence, "incidence", "path/to/qcs/root/dir/"
)