Skip to contents

Exports the list of arms in a REDCap project.

Usage

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

Arguments

connection

A redcap_connection object

arms

Character or numeric vector of specific arm numbers to export (optional)

format

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

Value

A tibble containing arm information (when format = "json"); otherwise a character string