Nothing
#' CDISC SDTM Controlled Terminology Release Date
#'
#' SDTM terminology release date.
#'
#' @returns A [Date][base::Dates] object.
#'
#' @examples
#' ct_release()
#'
#' @export
ct_release <- function() {
as.Date(as.character(pkg_version()), format = "%Y.%m.%d")
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.