Skip to content

Use JRC-ENCR QCS from the comfort of your R session.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

FinnishCancerRegistry/encrqcs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/"
)