ArmCondition ObjectsThese functions are only used internally to validate the format of an input
ArmCondition or inherited classes and therefore not exported.
v_arm_finished_condition(object)v_arm_min_dose_condition(object)
A character vector with the validation failure messages,
or TRUE in case validation passes.
(ArmCondition)
object to validate.
v_arm_finished_condition(): validates that the ArmFinishedCondition
object contains a valid arm_name slot.
v_arm_min_dose_condition(): validates that the ArmMinDoseCondition
object contains valid arm_name and min_dose slots.