matchedData {nullranges} | R Documentation |
Get matched data from a Matched object
matchedData(x, ...) ## S4 method for signature 'Matched' matchedData(x, ...)
x |
Matched object. |
... |
Additional arguments. |
A data.table
with matched data.
set.seed(123) mdf <- makeExampleMatchedDataSet(matched = TRUE) matchedData(mdf)