%%capture --no-stdout
%%R
redcap_version(
url,
token,
verbose = TRUE,
config_options = NULL
)[1] '14.0.18'
REDCap version can be viewed using API calls.
redcap_version()
%%capture --no-stdout
%%R
redcap_version(
url,
token,
verbose = TRUE,
config_options = NULL
)[1] '14.0.18'
export_version()
project.export_version()Version('14.0.18')