Skip to contents

Get Screening Visit Code

Usage

get_screen_vistcode(type = "all")

Arguments

type

Type either all screening visit codes or the first screening visit per study phase, Default: 'all'

Value

A character vector

See also

get_baseline_vistcode() VISITS()

Other ADNI visit codes: get_baseline_vistcode()

Examples

if (FALSE) { # \dontrun{
get_screen_vistcode(type = "all")
get_screen_vistcode(type = "first")
} # }