Skip to contents

In the lab_forsker register, NPU27300 is HbA1c in the modern units (IFCC) while NPU03835 is HbA1c in old units (DCCT).

Usage

include_hba1c(data)

Arguments

data

The lab_forsker register.

Value

An object of the same input type, default as a tibble::tibble(), with two columns: pnr and included_hba1c.

Examples

if (FALSE) { # \dontrun{
register_data$lab_forsker |> include_hba1c()
} # }