meta_arms | R Documentation |
Execute an "Export Arms" API request to fetch the "arms" (number and name) associated with a REDCap project.
meta_arms(conn)
conn |
A REDCap API connection object (created with |
A tibble
-style data frame with 2 columns:
arm_num
name
## Not run:
conn <- rconn(
url = "https://redcap.msf.fr/api/",
token = Sys.getenv("MY_REDCAP_TOKEN")
)
meta_arms(conn)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.