redcap_export_field_list | R 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).
redcap_export_field_list(redcap_uri = "https://redcap.rn.dk/api/", ...)
redcap_uri |
str | URL to redcap API. Defaults to RN server. |
... |
< |
tibble
# Extracts all code's from redcap and store them in tibble
df <- redap_codebook()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.