R/getOMLConfig.R

Defines functions getOMLConfig

Documented in getOMLConfig

#' @title Get OpenML configuration.
#'
#' @description
#' Returns a list of OpenML configuration settings.
#'
#' @return \code{list} of current configuration variables with class \dQuote{OMLConfig}.
#' @family config
#' @example /inst/examples/getOMLConfig.R
#' @export
getOMLConfig = function() {
  return(.OpenML.config)
}

Try the OpenML package in your browser

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

OpenML documentation built on Oct. 20, 2022, 1:07 a.m.