meta_forms | R Documentation |
Execute an "Export Instrument (Data Entry Forms)" API request to fetch a
tibble
-style data frame containing instrument names and
labels.
meta_forms(conn)
conn |
A REDCap API connection object (created with |
A tibble
-style data frame with 2 columns:
instrument_name
instrument_label
## Not run:
conn <- rconn(
url = "https://redcap.msf.fr/api/",
token = Sys.getenv("MY_REDCAP_TOKEN")
)
meta_forms(conn)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.