list_charts: List available growth charts

View source: R/list_charts.R

list_chartsR Documentation

List available growth charts

Description

List available growth charts

Usage

list_charts(chartgrp = NULL)

Arguments

chartgrp

Optional. String chart group name, e.g. chartgrp = "who". If omitted, list_charts() return all charts groups.

Value

A data.frame with eight columns:

chartgrp

Chart group code

chartcode

Unique chart code

population

Population code: DS (Down Syndrome), HS (Hindostanic), MA (Morrocan), NL (Dutch), PT (Preterm), TU (Turkish), WHOblue (WHO male), WHOpink (WHO female)

sex

Either "male" or "female"

design

Chart design A: 0-15m, B: 0-4y (WFH), C: 1-21y, D: 0-21y, E: 0-4y (WFA)

side

Outcome measure: hgt (height), wgt (weight), hdc (head circumference), wfh (weight for height), bmi (body mass index), front (multiple), back (multiple), -hdc (back, no head circumference)

language

Chart language: dutch

week

Weeks of gestation 25-36, or missing (>= 37 weeks)

Examples

# list all available charts
list_charts()

growthcharts/chartbox documentation built on Dec. 9, 2024, 8:43 p.m.