GetRedcapVersion: Get REDCap version

get_redcap_versionR Documentation

Get REDCap version

Description

Get the version of REDCap associated with a specific url

Usage

get_redcap_version(url = "http://localhost/redcap")

Arguments

url

The url of the REDCap instance

Details

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.

Value

A list containing the version info

This includes the major, minor and release number version information for the REDCap instance

See Also

redcap_project


smockin/RedcapData documentation built on Feb. 2, 2023, 3:19 a.m.