R/result_metadata.R

#' Aggregate all results meta data in a single dataframe
#' @param x object with the current results
#' @param ... further arguments (see Details)
#' @name result_metadata
#' @rdname result_metadata
#' @exportMethod result_metadata
#' @docType methods
#' @importFrom methods setGeneric
setGeneric(
  name = "result_metadata",
  def = function(x, ...) {
    standardGeneric("result_metadata") # nocov
  }
)
INBO-Natura2000/n2kanalysis documentation built on Feb. 15, 2024, 11:24 a.m.