IsItAMatch: Ask the user if two records match

Description Usage Arguments Value Examples

View source: R/active.R

Description

Prompt the user to input yes or no (y/n) if two records match

Usage

1
IsItAMatch(record1, record2)

Arguments

record1

a row of data corresponding to the first record we are interested in

record2

a row of data corresponding to the second record we are interested in

Value

y/n if the two records match

Examples

1
IsItAMatch(RLdata500[1, ], RLdata[2, ])

kaylafrisoli/ActiveRL documentation built on May 20, 2019, 7:53 a.m.