View source: R/redcap_version.R
redcap_version | R Documentation |
Execute an "Export REDCap version" API request
redcap_version(conn)
conn |
A REDCap API connection object (created with |
A character string
## Not run:
conn <- rconn(
url = "https://redcap.msf.fr/api/",
token = Sys.getenv("MY_REDCAP_TOKEN")
)
redcap_version(conn)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.