get_redcap_version | R Documentation |
Get the version of REDCap associated with a specific url
get_redcap_version(url = "http://localhost/redcap")
url |
The url of the REDCap instance |
This function gets the REDCap version number by web scraping the specific instance's index page.
The footer is extracted which contains the version number.
This is then wranged into the final version information.
A list containing the version info
This includes the major, minor and release number version information for the REDCap instance
redcap_project
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.