sdtm_ct_version()
returns the version of the SDTM controlled terminology
data that this package is built upon.
Value
A list of three strings:
quarter
Quarter.
release
Release date.
SDTMIG
Study Data Tabulation Model Implementation Guide version that
is supported by this Controlled Terminology.
Examples
sdtm_ct_version()
#> $quarter
#> [1] "Q4 2023"
#>
#> $release
#> [1] "2023-12-15"
#>
#> $SDTMIG
#> [1] "3.2"
#>