Skip to contents

See algorithm for the logic used to filter these patients.

Usage

include_gld_purchases(lmdb)

Arguments

lmdb

The LMDB register.

Value

The same type as the input data, default as a tibble::tibble().

Examples

if (FALSE) { # \dontrun{
register_data$lmdb |> include_gld_purchases()
} # }