Skip to contents

Join together the LPR2 (lpr_diag and lpr_adm) registers.

Usage

join_lpr2(lpr_adm, lpr_diag)

Arguments

lpr_adm

The admission register.

lpr_diag

The diagnosis register.

Value

The same class as the input, defaults to a tibble::tibble().

Examples

if (FALSE) { # \dontrun{
register_data <- simulate_registers(c("lpr_adm", "lpr_diag"))
join_lpr2(register_data$lpr_adm, register_data$lpr_diag)
} # }