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)
}
openml/openml-r documentation built on Oct. 21, 2022, 2:16 a.m.