redcap_export_field_list: Extract field list from a redcap project. API token is...

View source: R/redcap.R

redcap_export_field_listR Documentation

Extract field list from a redcap project. API token is collected using R studio api when function is run (Avoids collecting API token in Rhistory).

Description

Extract field list from a redcap project. API token is collected using R studio api when function is run (Avoids collecting API token in Rhistory).

Usage

redcap_export_field_list(redcap_uri = "https://redcap.rn.dk/api/", ...)

Arguments

redcap_uri

str | URL to redcap API. Defaults to RN server.

...

<dynamic-dots> Extra arguments.

Value

tibble

Examples

# Extracts all code's from redcap and store them in tibble
df <- redap_codebook()

AndersAskeland/chewr documentation built on Sept. 20, 2023, 10:40 a.m.