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")
}

Try the universals package in your browser

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

universals documentation built on Sept. 22, 2022, 5:07 p.m.