Skip to contents

Export tables from REDCap

Usage

redcap_export_tbl(token, url, content, ..., headers = NULL)

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)

headers

named list of http headers (unlikely to be required)

Value

dataframe

Examples

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