R/pkg-name.R

Defines functions pkg_name

Documented in pkg_name

#' Get package name
#'
#' [pkg_name()] returns package name.
#'
#' @returns Package name as character.
#'
#' @keywords internal
pkg_name <- function() {
  utils::packageName()
}

Try the sdtm.terminology package in your browser

Any scripts or data that you put into this service are public.

sdtm.terminology documentation built on April 12, 2025, 1:16 a.m.