List the available screeners for JGZ guidelines
list_screeners.Rd
List the available screeners for JGZ guidelines
Usage
list_screeners(ynames = c("hgt", "wgt", "hdc", "lgd"), ...)
Value
A data frame with the following columns
Versie
Version of
growthscreener
packageyname
JAMES name of outcome measure
Categorie
The category of the screening guidelines, 1000/2000/3000/4000
CategorieOmschrijving
A string indicating the measure
JGZRichtlijn
Name of JGZ Richtlijn
Code
Integer message code
CodeOmschrijving
A string with the message
Examples
screeners <- list_screeners()
table(screeners$Categorie)
#>
#> 1000 2000 3000 4000
#> 45 26 17 13