Learn R Programming

REDCapCAST (version 24.12.1)

is_repeated_longitudinal: Test if repeatable or longitudinal

Description

Test if repeatable or longitudinal

Usage

is_repeated_longitudinal(
  data,
  generics = c("redcap_event_name", "redcap_repeat_instrument", "redcap_repeat_instance")
)

Value

logical

Arguments

data

data set

generics

default is "redcap_event_name", "redcap_repeat_instrument" and "redcap_repeat_instance"

Examples

Run this code
is_repeated_longitudinal(c("record_id", "age", "record_id", "gender"))
is_repeated_longitudinal(redcapcast_data)
is_repeated_longitudinal(list(redcapcast_data))

Run the code above in your browser using DataLab