Skip to contents

Queries the REDCap project for its list of instruments (forms) and returns a data frame with a column name that can be used for dynamic branching in targets pipelines.

Usage

fetch_redcap_instruments(con)

Arguments

con

A redcapAPI::redcapConnection object.

Value

A data frame with one column, name, containing the instrument/form names.

Details

This function is used internally by tar_redcap() to determine which instruments to pull.