is_eligible_continuation_maintenance: Is eligible continuation maintenance

Description Usage Arguments Value

View source: R/check_eligible.R

Description

Is_elgible_continuation_maintenance checks if the line of therapy is a maintenance therapy for combo drug

Usage

1
2
3
4
5
6
is_eligible_continuation_maintenance(
  regimen,
  cases_maintenance,
  line_number,
  drug_group
)

Arguments

regimen

a vector of drugs included in the line treatment regimen.

cases_maintenance

list of special cases for maintenance

line_number

a numeric value for the current line number

drug_group

a dataframe of drug summary table generated by get_drug_summary

Value

a boolean, TRUE or FALSE


sutsabs/rwLoT documentation built on Feb. 11, 2022, 12:20 a.m.