Skip to contents

Join together the LPR3 (diagnoser and kontakter) registers.

Usage

join_lpr3(kontakter, diagnoser)

Arguments

kontakter

The contacts register.

diagnoser

The diagnosis register.

Value

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

Examples

if (FALSE) { # \dontrun{
register_data$kontakter |>
  join_lpr3(register_data$diagnoser)
} # }