Skip to contents

Exports the instrument-event mappings for a longitudinal REDCap project.

Usage

redcap_export_instrument_event_mappings(
  connection,
  arms = NULL,
  format = "json"
)

Arguments

connection

A redcap_connection object

arms

Character or numeric vector of arm numbers to filter by (optional)

format

Character string. Format for returned data: "json" (default), "csv", "xml"

Value

A tibble containing instrument-event mappings (when format = "json"); otherwise a character string