unmatched: Returns rows from [trips()] that were not matched by...

View source: R/unmatched.R

unmatchedR Documentation

Returns rows from [trips()] that were not matched by [trimatch()].

Description

This function returns a subset of [trips()] that were not matched by [trimatch()]. All data frame methods work with the returned object but special 'summary' function will provided relevant information.

Usage

unmatched(tmatch)

Arguments

tmatch

the results of [trimatch()].

Value

a data frame of unmatched rows.


TriMatch documentation built on April 11, 2025, 6:16 p.m.