dt_pctmatch: Get N and percent match of values between two columns of two...

View source: R/utils_data.table.R

dt_pctmatchR Documentation

Get N and percent match of values between two columns of two data.tables

Description

Get N and percent match of values between two columns of two data.tables

Usage

dt_pctmatch(x, y, on = NULL, left_on = NULL, right_on = NULL, verbosity = 1L)

Arguments

x

data.table

y

data.table

on

Integer or character: column to read in x and y, if it is the same

left_on

Integer or character: column to read in x

right_on

Integer or character: column to read in y

verbosity

Integer: Verbosity level.

Value

list.

Author(s)

EDG


egenn/rtemis documentation built on June 14, 2025, 11:54 p.m.