dt_pctmatch | R Documentation |
Get N and percent match of values between two columns of two data.tables
dt_pctmatch(x, y, on = NULL, left_on = NULL, right_on = NULL, verbose = TRUE)
x |
data.table |
y |
data.table |
on |
Integer or character: column to read in |
left_on |
Integer or character: column to read in |
right_on |
Integer or character: column to read in |
verbose |
Logical: If TRUE, print messages to console |
E.D. Gennatas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.