BDMethod {SummarizedBenchmark}R Documentation

Create a new BDMethod

Description

Initializes a new BenchDesign method (BDMethod) object for benchmarking methods.

Usage

BDMethod(x, params = rlang::quos(), post = NULL, meta = NULL, ...)

## S4 method for signature 'quosure'
BDMethod(x, params = rlang::quos(), post = NULL,
  meta = NULL, ...)

## S4 method for signature ''function''
BDMethod(x, params = rlang::quos(), post = NULL,
  meta = NULL, ...)

Arguments

x

main method function or function quosure

params

list of quosures specifying function parameters. (default = coderlang::quos())

post

list of functions to be applied to the output of x. (default = NULL)

meta

list of meta data. (default = NULL)

...

other parameters.

Value

BDMethod object


[Package SummarizedBenchmark version 2.2.2 Index]