R/getParamSet.R

Defines functions getParamSet

Documented in getParamSet

#' @title Get parameter set.
#'
#' @description `getParamSet` is a generic and can be called to extract the
#' `ParamSet` from different objects.
#'
#' @param x (`object`) \cr
#'   Object to extract the ParamSet from.
#' @return `ParamHelpers::ParamSet()`
#' @export
getParamSet = function(x) {
  UseMethod("getParamSet")
}
berndbischl/ParamHelpers documentation built on Oct. 25, 2022, 10:49 p.m.