get_ICD_10_cats | R Documentation |
Returns a character vector of length 11 for all ICD-10 F Categories (mental disorders)
get_ICD_10_cats(lang = "eng")
lang |
Language for the character vector, curr available in english and german (lang = "ger"), Default: "eng" |
Character Vector containing the 11 categroies for mental disorders (F Codes F01-F99)
Bjoern Buedenbender
get_ICD_10_cats() # returns english ICD-10 Cats get_ICD_10_cats("ger") # returns the german ones
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.