method: Get matching method used for Matched object

methodR Documentation

Get matching method used for Matched object

Description

Get matching method used for Matched object

Usage

method(x, ...)

## S4 method for signature 'Matched'
method(x, ...)

Arguments

x

Matched object.

...

Additional arguments.

Value

A character describing the matched method

Examples

set.seed(123)
mdf <- makeExampleMatchedDataSet(matched = TRUE)
method(mdf)


nullranges/nullranges documentation built on Aug. 29, 2023, 12:13 a.m.