R/RGF_cleanup_temp_files.R

Defines functions RGF_cleanup_temp_files

Documented in RGF_cleanup_temp_files

#' Delete all temporary files of the created RGF estimators
#'
#' @details
#' This function deletes all temporary files of the created RGF estimators. See the issue \emph{https://github.com/RGF-team/rgf/issues/75} for more details.
#' @export
#' @references \emph{https://github.com/RGF-team/rgf/tree/master/python-package}
#' @examples
#'
#' \dontrun{
#' library(RGF)
#'
#' RGF_cleanup_temp_files()
#' }

RGF_cleanup_temp_files = function() {

  RGF_utils$cleanup()

  invisible()
}
mlampros/RGF documentation built on March 17, 2021, 1:50 p.m.