This function is used to convert/replace the order number of ADNI study phase with the actual study phase name.
See also
Other ADNI study protocol/phase:
adni_phase()
,
adni_phase_order_num()
,
adni_pttype()
,
adni_study_track()
,
create_col_protocol()
,
original_study_protocol()
Examples
if (FALSE) { # \dontrun{
convert_adni_phase_order_num(phase_num = c(1, 3, 5))
} # }