Learn R Programming

redcapAPI (version 1.3)

exportVersion: Exports the REDCap Version Number

Description

Version numbers are returned as a character string. This feature is available for REDCap 6.0.0 and higher.

Usage

exportVersion(rcon, ...)

# S3 method for redcapDbConnection exportVersion(rcon, ...)

# S3 method for redcapApiConnection exportVersion(rcon, ...)

Arguments

rcon

A REDCap connection object as generated by redcapConnection

...

Arguments to be passed to other methods.

Details

If this function is used in a version of REDCap that does not support the Export Version Number function, the character string 'Version Unknown' is returned.

References

Please refer to your institution's API documentation.

Additional details on API parameters are found on the package wiki at https://github.com/nutterb/redcapAPI/wiki/REDCap-API-Parameters