R/pars.R

Defines functions pars

Documented in pars

#' Parameter Names
#'
#' Gets the parameter names.
#'
#' @inheritParams params
#' @return A character vector of the names of the parameters.
#' @family parameters
#' @export
pars <- function(x, ...) {
  UseMethod("pars")
}
poissonconsulting/universals documentation built on June 9, 2025, 1:58 p.m.