redcap_export_tbl: Export tables from REDCap

View source: R/redcap_export.R

redcap_export_tblR Documentation

Export tables from REDCap

Description

Export tables from REDCap

Usage

redcap_export_tbl(token, url, content, ...)

Arguments

token

REDcap API token

url

address of the API

content

content to download

...

other parameters passed to the API (see your REDCap API documentation for options)

Value

dataframe

Examples

# token <- "some_really_long_string_provided_by_REDCap"
# redcap_export_tbl(token, "https://www.some_redcap_url.com/api/", "record")

aghaynes/redcaptools documentation built on April 5, 2025, 9:28 a.m.