Skip to contents

Check eligibility based on no observation of a specific value (excluding baseline week)

Usage

skeleton_eligible_no_observation_in_window_excluding_wk0(
  dt,
  var,
  value,
  window = Inf,
  col_name = NULL
)

Arguments

dt

A data.table with the specified variable.

var

Character. Name of the column to check.

value

The specific value to look for.

window

Integer or Inf. Default: Inf.

col_name

Character or NULL.

Value

The input data.table (invisibly), modified by reference.

See also