#' Check parameter set for forbidden region.
#'
#' @template arg_parset
#' @return `logical(1)`.
#' @export
hasForbidden = function(par.set) {
assertClass(par.set, "ParamSet")
return(!is.null(par.set$forbidden))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.