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 CAOP.RAA.2024 package in your browser

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

CAOP.RAA.2024 documentation built on April 4, 2025, 4:23 a.m.