proxim_join: Join two tibbles based on an approximate (rather than...

Description Usage Arguments Value

View source: R/proxim_join.R

Description

Join two tibbles based on an approximate (rather than perfect) matching of two columns.

Usage

1
2
proxim_join(x = NA, y = NA, match_x = NA, match_y = NA,
  maxdist = 100, comvar = "None")

Arguments

x

Tibble. First dataset.

y

Tibble. Second dataset.

match_x

Character string. Name of the column to match in the first dataset.

match_y

Character string. Name of the column to match in the second dataset.

maxdist

Integer. Maximum number of character differences between matching strings.

comvar

Character vector. Names of the variables used for preliminary grouping.

Value

A tibble resulting for the matching of two files.


NicolasJBM/datexp documentation built on May 14, 2019, 10:36 a.m.